1.0.2 • Published 10 months ago
openpgp-frontend-solid v1.0.2
OpenPGP.js Frontend for Solid
This package provides an OpenPGP.js frontend application as a Solid component.
See repository's README for details of the application.
This package exports a App component and render utility function of
the following signature:
declare const App: VoidComponent;
declare const render: (element: Element | ShadowRoot) => void;
export { App, App as default, render };This packages provides four forms of the code:
openpgp-frontend-solidis the compiled and minified code.openpgp-frontend-solid/dist/index.jsis the compiled but non-minified code.openpgp-frontend-solid/dist/index.jsxis non-compiled and non-minified code.openpgp-frontend-solid/dist/index.min.jsxis non-compiled but minified code.
3 and 4 are suitable for partial hydration.
License
MIT