Skip to content

hashrock/deno-paper-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

License

MIT