Skip to content

Ideploy22/react-native-pdf-to-image

Repository files navigation

rn-pdt-to-image

convert PDF base64 to images

Installation

npm install rn-pdt-to-image

Usage

import { multiply } from 'rn-pdt-to-image';

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library