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.

config.schema.json
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$version": 1,
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "duration": { "type": "number", "title": "Default GIF duration (seconds)", "minimum": 1, "maximum": 30, "default": 5, "x-napplet-section": "GIF defaults", "x-napplet-order": 1 },
    "start": { "type": "number", "title": "Default start time (seconds)", "description": "Let accumulating sketches develop before recording.", "minimum": 0, "maximum": 30, "default": 5, "x-napplet-section": "GIF defaults", "x-napplet-order": 2 },
    "fps": { "type": "integer", "title": "Default GIF frame rate", "enum": [10, 15, 20, 25, 30], "default": 15, "x-napplet-section": "GIF defaults", "x-napplet-order": 3 },
    "pixelated": { "type": "boolean", "title": "Crisp pixel preview", "description": "Disable to smooth enlarged artwork.", "default": true, "x-napplet-section": "Preview" }
  }
}