Skip to content

freeshineit/wasm-draw-pixel

Repository files navigation

Wasm Draw pixel

build

Use

# install
yarn install

# development
yarn run dev

# production
yarn run build

# https://github.com/http-party/http-server
# version >= 14
cd docs && http-server -p 8080 .

demo

Catalogue

.
├── LICENSE
├── README.md
├── app            # FE
│   ├── image       
│   ├── utils.ts  
│   └── index.ts
├── package.json
├── public        # static files
│   └── index.html
├── wasm  
│   ├── pkg       # wasm-pack compiled product
│   ├── src
│   └── target    # rust target
├── webpack.config.js
└── yarn.lock