You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- copyCanvas depended on createCanvas, which uses node-gyp and
other dependencies to create, which is wildly unnecessary for this
- added 4 lines of code to do this instead
- also have example's css make the trimmed image have a white
background color so it's more noticeable (and resembles the drawing
canvas)
- didn't know you could use both a background-image and a
background-color on the same element o.o
0 commit comments