Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```