Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akiacode/wasm-chika

WebAssembly for easy canvas manipulation
https://github.com/akiacode/wasm-chika

canvas chika wasm wasm-chika

Last synced: 21 days ago
JSON representation

WebAssembly for easy canvas manipulation

Awesome Lists containing this project

README

        

# wasm-chika
WebAssembly for easy canvas manipulation

## Example

Use https://www.npmjs.com/package/create-wasm-app

`npm i wasm-chika` and `npm run start` is starting work

### Insert:

`index.js`
```javascript
import * as wasm from "wasm-chika";

wasm.Chika.clean('chika')
new wasm.Text('chika', 'asd', 50, 50, 'bold 48px serif')
```

`index.html`
```html



Hello Chika!


This page contains webassembly and javascript content, please enable javascript in your browser.


```