Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skpm/buffer
- Owner: skpm
- License: mit
- Fork: true (feross/buffer)
- Created: 2018-05-22T22:27:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T08:31:05.000Z (over 5 years ago)
- Last Synced: 2024-09-26T14:58:54.847Z (3 months ago)
- Topics: nodejs, polyfill, sketch
- Language: JavaScript
- Homepage:
- Size: 993 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()`).