tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.32k stars 1.68k forks source link

refactor: Use Array.prototype.slice to implement asArray #194

Open hacke2 opened 6 years ago

hacke2 commented 6 years ago

Array.prototype.slice will be more concise