draw-on-canvas (original) (raw)

import Draw from 'draw-on-canvas';

const element = document.getElementById('draw');

new Draw(element, 256, 256)