From 62a87eba7bd6359507143a8bbb550adf329b984e Mon Sep 17 00:00:00 2001 From: davidml Date: Thu, 16 Dec 2021 17:46:18 +0000 Subject: [PATCH] Updated Readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a2e0a33..f986f21 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # WasmOnCanvas +## About +This library aims to provide JavaScript bindinds to render patters on canvas with WebAssembly. + +## Prerequisites + +`wasm-pack` (https://rustwasm.github.io/wasm-pack/) + +## Build + +`wasm-pack build --target web` + +