Skip to content

ArshanKhanifar/react-native-png-processor

Repository files navigation

react-native-png-processor

A React-Native library for processing PNG files

Installation

npm install react-native-png-processor

Usage

import PngProcessor from "react-native-png-processor";

// ...

const result = await PngProcessor.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT