JunyTony With Drawn Mask
About this app
Draw a fun mask on JunyTony's face!
javascript var canvas = document.getElementById('canvas'); var ctx = canvas.getContext('2d'); canvas.width = parseInt(getComputedStyle(canvas).getPropertyValue('width')); canvas.height = parseInt(getComputedStyle(canvas).getPropertyValue('height'));
Related apps
Put this on your site
Source
javascript
var canvas = document.getElementById('canvas');
var ctx = canvas.getContext('2d');
canvas.width = parseInt(getComputedStyle(canvas).getPropertyValue('width'));
canvas.height = parseInt(getComputedStyle(canvas).getPropertyValue('height'));
NEW APPS
These are apps made by the community!