data-uri-to-buffer
Create an ArrayBuffer instance from a Data URI string
Found 4 results for rfc2397
Create an ArrayBuffer instance from a Data URI string
Node.js module for Data URI applications. It performs conversions between Node.js Buffers and RFC2397-compliant Data URIs, or vice versa.
Generate a Buffer instance from a Data URI string. This is a fork of TooTallNate/node-data-uri-to-buffer, but with CommonJS support.
NodeJS implementation of RFC 2397, both parsing and composing