Package Exports
- @skpm/buffer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@skpm/buffer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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()).