Supernote plugin framework library
Supernote plugin framework library.
``sh`
npm install sn-plugin-lib
`js
import { PluginManager } from 'sn-plugin-lib';
// ...
PluginManager.init();
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library