„README.md“ ändern

This commit is contained in:
2021-12-16 18:06:35 +00:00
parent bef4ac839f
commit 2da03a2aec

View File

@@ -15,6 +15,8 @@ This library aims to provide JavaScript bindinds to render patters on canvas wit
Pre compiled binaries can be found in the releases section.
## Example
```
<script type="module">
import init, {allocate_framebuffer,set_render_range,get_framebuffer_size,get_framebuffer_pointer,get_framebuffer_pixel_size,fill_framebuffer,render_mandelbrot} from './canvas_wasm.js';