@skpm/buffer
v0.1.4
Published
Node.js Buffer API, for Sketch
Downloads
79
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()
).