Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hienduyph/pied
An in-completed Pixel Editor written in Rust for Web Assembly
https://github.com/hienduyph/pied
canvas react rust wasm
Last synced: 4 days ago
JSON representation
An in-completed Pixel Editor written in Rust for Web Assembly
- Host: GitHub
- URL: https://github.com/hienduyph/pied
- Owner: hienduyph
- License: mit
- Created: 2022-01-11T13:44:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T12:19:29.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T06:27:55.609Z (about 2 months ago)
- Topics: canvas, react, rust, wasm
- Language: TypeScript
- Homepage: https://hienduyph.github.io/pied/
- Size: 828 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pied
```sh
npm install
```## How to run in debug mode
```sh
# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start
```## How to build in release mode
```sh
# Builds the project and places it into the `dist` folder.
npm run build
```