Back to Sketch Loop
SOURCE / PINNED RELEASE

Made of little things.

Sketch Loop

Release
14966bba4a2a
Author-recorded commit
e68361295d81…
License
LICENSE
Author’s source reference
nostr://npub1n8ga89w8h6tvwamxusfyzexw8gjy84yxu9rxgnmk955cxtml4ujswzxydd/wss%3A%2F%2Fgit.napplet.soy%2F/n-929bc2a88cb

Archive hash verified: 5e0385e3c08f944f. The source-to-build association is the author’s claim; it has not been independently rebuilt.

package.json
{
  "name": "gif-test",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite --host 127.0.0.1",
    "build": "vite build",
    "preview": "vite preview --host 127.0.0.1",
    "type-check": "tsc --noEmit",
    "verify": "pnpm test:guidance && pnpm type-check && pnpm build",
    "test:guidance": "node --test tests/guidance.test.mjs",
    "test:conformance": "pnpm build && napplet-conformance ./dist",
    "test:conformance:ui": "napplet-conformance --ui . --exec \"vite build --watch\"",
    "test:sketch": "node --test tests/sketch.test.mjs",
    "test:browser": "node tests/browser.mjs"
  },
  "dependencies": {
    "@napplet/sdk": "^0.28.0",
    "acorn": "^8.18.0",
    "gifenc": "^1.0.3"
  },
  "devDependencies": {
    "@napplet/conformance-cli": "^0.2.15",
    "@napplet/vite-plugin": "^0.11.2",
    "typescript": "^5.9.3",
    "vite": "^6.4.2"
  },
  "packageManager": "pnpm@10.8.0",
  "license": "MIT"
}