1.0.2 • Published 7 months ago

openpgp-frontend-solid v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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:

  1. openpgp-frontend-solid is the compiled and minified code.
  2. openpgp-frontend-solid/dist/index.js is the compiled but non-minified code.
  3. openpgp-frontend-solid/dist/index.jsx is non-compiled and non-minified code.
  4. openpgp-frontend-solid/dist/index.min.jsx is non-compiled but minified code.

3 and 4 are suitable for partial hydration.

License

MIT

1.0.2

7 months ago

1.0.1

11 months ago

1.0.0

12 months ago