deno-paper-app icon indicating copy to clipboard operation
deno-paper-app copied to clipboard

Paper for Deno

image

Super simple drawing app made with webview_deno.

Usage

Clone this repo and run:

deno task start

Create single executable

deno compile -A --unstable main.ts

Misc

This program requires network access for https://hashrock.github.io/deno-paper-app/

If you need a completely offline drawing app, use older version.

Features

  • [x] Draw with mouse and pen tablet
  • [x] Save as PNG (with press Enter key)
  • [x] Autosave

License

MIT