0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
visNetwork
/
htmlwidgets
/
lib
/
export
/
canvas-toBlob
/
[
Home
]
File: README.md
canvas-toBlob.js ================ canvas-toBlob.js implements the standard HTML5 [`canvas.toBlob()`][1] and `canvas.toBlobHD()` methods in browsers that do not natively support it. canvas-toBlob.js requires `Blob` support to function, which is not present in all browsers. [Blob.js][2] is a cross-browser `Blob` implementation that solves this. Supported browsers ------------------ canvas-toBlob.js has [the same browser support as FileSaver.js][3].  [1]: http://www.w3.org/TR/html5/the-canvas-element.html [2]: https://github.com/eligrey/Blob.js [3]: https://github.com/eligrey/FileSaver.js#supported-browsers