Skip to content

flyskywhy/react-native-png-stream-browserify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

THIS PACKAGE IS IN THE EXPERIMENTAL STAGE , any question you can put forwards to a issue!

this package is simply a integration for react native of web browser code using. not more creation promgram.

thanks all contributor from pngjs and zlib !

Background

I past a lots time on looking some calculate process parsing png file. As lower level control png data, to output the IDAT from png chunk data. For my stuff, as start as png, creating new image data convert using printing image at termal printer.

Usage

more information need to READ.

npm install react-native-png-stream-browserify
import { PNG } from 'react-native-png-stream-browserify';
const png = PNG.sync.read(buffer_from_other);

TODO

  • for all API to contact PNG class and write function.

Problem

already add "browserify" npm package, seem solve lots of problem about no-nodejs.

welcome to create issue for any problem! create issue

LICENSE

pngjs for browser

pngjs github repo

MIT License

zlib for browser / react native

base code

@author Feross Aboukhadijeh feross@feross.org http://feross.org

@license MIT

react-zlib-js

https://www.npmjs.com/package/react-zlib-js?activeTab=readme


welcome to create issue for any problem! create issue

Packages

No packages published

Languages

  • JavaScript 100.0%