crosscopy-core
Core npm package containing main logic and algorithms used in crosscopy
Main Components
- crypto
- For encryption and decryption
- plugin
- A plugin system
- Including plugins
encryptionPlugin
syncPlugin
notionPlugin
- database
Limitation
This package doesn't support ESM. Although a ESM version is compiled, it won 't work due to missing ESM of crypto.js.
NPM Package
Install Package
If you want to install this package, set the registry first
npm config set @crosscopy:registry https://registry.npmjs.org
npm config set @crosscopy:registry https://npm.pkg.github.com
Publish Package
npm config set @crosscopy:registry https://registry.npmjs.org
npm publish --access public
npm config set @crosscopy:registry https://npm.pkg.github.com
npm publish