Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashrock/deno-paper-app
https://github.com/hashrock/deno-paper-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashrock/deno-paper-app
- Owner: hashrock
- Created: 2022-09-24T00:05:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T15:27:01.000Z (over 1 year ago)
- Last Synced: 2024-07-24T01:05:29.780Z (6 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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