JSPM

@skpm/buffer

0.1.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 124
  • Score
    100M100P100Q70930F
  • License MIT

Node.js Buffer API, for Sketch

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()).