Skip to content

Commit

Permalink
docs: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jclab-joseph committed Jul 8, 2022
1 parent 2e3f52e commit 085406c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# webcrypto-fallback

# Usage

```bash
$ npm install --save webcrypto-fallback
```

```typescript
import 'webcrypto-fallback/dist/shim';
```

OR

```typescript
import { shim } from 'webcrypto-fallback';
shim(self);
```

# Test

https://jc-lab.github.io/webcrypto-fallback.js/index.html

# License

Apache-2.0

0 comments on commit 085406c

Please sign in to comment.