react-native-suno-pdf
v1.0.2
Published
test
Downloads
3
Readme
react-native-suno-pdf
React native Suno Pdf generator
Installation
npm install react-native-suno-pdf
Usage
import { convert, PdfOption, PdfResult } from 'react-native-suno-pdf';
// ...
const option = new PdfOption({
html: '<html><body><p>Test pdf generator</p></body></html>',
fileName: 'sunopdfexample',
directory: '/Android/data/com.sunopdfexample/cache',
padding: 0,
});
const pdfResult: PdfResult = await convert(option);
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