Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashrock/deno-paper-app


https://github.com/hashrock/deno-paper-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Paper for Deno

![image](https://user-images.githubusercontent.com/3132889/192071287-47dc0993-2fad-4a4d-ae45-6f3ad66f7e5a.png)

Super simple drawing app made with
[webview_deno](https://github.com/webview/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