/buffer

The buffer module from node.js, for the browser.

Primary LanguageJavaScriptMIT LicenseMIT

buffer for Sketch

All the nodejs buffer API is available.

Additionally, you can create a Buffer from an NSData (Buffer.from(nsdata)) as well as getting an NSData from a Buffer (buffer.toNSData()).