pdfrs 0.1.4

A CLI tool to read/write PDFs and convert to/from markdown
Documentation
{
  "name": "pdfrs",
  "version": "0.1.3",
  "description": "WebAssembly PDF generation from Markdown — powered by Rust",
  "main": "pdfrs.js",
  "types": "pdfrs.d.ts",
  "files": [
    "pdfrs.js",
    "pdfrs_bg.wasm",
    "pdfrs.d.ts",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yingkitw/pdfrs.git"
  },
  "keywords": [
    "pdf",
    "markdown",
    "wasm",
    "webassembly",
    "rust"
  ],
  "author": "Ying Kit WONG",
  "license": "Apache-2.0",
  "scripts": {
    "build": "wasm-pack build .. --target web --out-dir wasm/pkg"
  }
}