https://github.com/skpm/string_decoder
A drop-in replacement for the string_decoder NodeJS package
https://github.com/skpm/string_decoder
nodejs polyfill sketch
Last synced: 4 months ago
JSON representation
A drop-in replacement for the string_decoder NodeJS package
- Host: GitHub
- URL: https://github.com/skpm/string_decoder
- Owner: skpm
- License: mit
- Created: 2019-02-14T17:38:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T12:22:16.000Z (over 6 years ago)
- Last Synced: 2025-03-13T12:44:02.183Z (10 months ago)
- Topics: nodejs, polyfill, sketch
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `string_decoder` for Sketch
All the [nodejs string_decoder](https://nodejs.org/api/string_decoder.html) API is available.
An additional encoding is available: `NSData`, in which case `write` and `end` will return an NSData object.