Add shortcut to import 'openpgp/lightweight'

This commit is contained in:
Daniel Huigens 2020-05-12 01:30:08 +02:00
parent 8457639004
commit 6516602d7b
2 changed files with 5 additions and 1 deletions

View File

@ -129,7 +129,7 @@ If you want to use the lightweight build (which is smaller, and lazily loads non
```html
<script type="module">
import * as openpgp from 'openpgp/dist/lightweight/openpgp.min.mjs';
import * as openpgp from 'openpgp/lightweight';
</script>
```

4
lightweight/package.json Normal file
View File

@ -0,0 +1,4 @@
{
"name": "openpgp-lightweight",
"main": "../dist/lightweight/openpgp.min.mjs"
}