Library to use HTML5 Canvas from Go-WASM, with all drawing within go code
Stars
270
Forks
22
Watchers
270
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
Created a reuseable JS copybuffer in the Canvas2D struct for use in imgCopy routine.
f40b009View on GitHubUpdated wasm_exec.js in demo to go 1.13 version to enable syscall/js.copyBytesToJS
4fc14f5View on GitHubFix bug where painting is incorrect when canvas size doesn't match window size.
ce4d758View on GitHub