Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skpm/buffer

A drop in replacement for the buffer NodeJS module
https://github.com/skpm/buffer

nodejs polyfill sketch

Last synced: 3 months ago
JSON representation

A drop in replacement for the buffer NodeJS module

Awesome Lists containing this project

README

        

# `buffer` for Sketch

All the [nodejs buffer](https://nodejs.org/api/buffer.html) 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()`).