Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 16, 2018
1 parent 7a05f5b commit 68a8bf1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
@@ -1,6 +1,17 @@
# pdfium-wasm

Building PDFium for Web Assembly
PDFium compiled for Web Assembly

## Usage

Currently only usage inside Node.js is supported. Most of the public
PDFium API is available. To install this to your project simply run:

```shell
npm install --save pdfium-wasm
```

Check out the [example project](https://github.com/urish/pdfium-wasm-example) for a simple usage example.

## Building

Expand Down

0 comments on commit 68a8bf1

Please sign in to comment.