Janus Hasseriis
Janus Hasseriis
May I suggest the option to add .md files? I use that all the time for Styleguidist. Also the option to choose .scss or .less for stylesheets. And of course,...
Typescript will not allow me to use "event.detail.action". I've tried this instead: ``` canvas?.addEventListener('action', (event) => { const customEvent = event as CustomEvent; if (customEvent.detail.action === 'scale') { console.log('Scale event');...
I can do that, but then the Image can't scale at all, and just displays at it's natural size. I'd like image to fit the canvas, like the default behavior....