Initial watchface

This commit is contained in:
2025-12-31 15:26:26 +01:00
parent 1a45f8033f
commit e56c5a9702
4 changed files with 220 additions and 0 deletions

20
countdown_watchface/package-lock.json generated Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "countdown_watchface",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "countdown_watchface",
"version": "1.0.0",
"dependencies": {
"pebble-effect-layer": "^1.2.0"
}
},
"node_modules/pebble-effect-layer": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pebble-effect-layer/-/pebble-effect-layer-1.2.0.tgz",
"integrity": "sha512-AMbf4ooRCy/olsf3M5xOgILP+NSvfGlt12I0KAK0cD2F+dbx2gj24/xe9qINJVEhdfel624tP4jzjPJYMsR4Pw=="
}
}
}