Calculator Tools Calculator Tools
Create

JunyTony With Drawn Mask

Sep 19, 2023

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'));