openipc-web 0.1.29

WebAssembly bindings for openipc-rs
Documentation
{
  "name": "@openipc-rs/web",
  "version": "0.1.29",
  "description": "WebAssembly and WebUSB bindings for the openipc-rs receiver stack.",
  "license": "MIT",
  "type": "module",
  "packageManager": "bun@1.3.14",
  "scripts": {
    "build": "bun build.mjs",
    "pack:dry-run": "bun run build && bun pm pack --cwd pkg --dry-run",
    "publish:package": "bun run build && npm publish pkg --access public --provenance"
  },
  "module": "./openipc_web.js",
  "types": "./openipc_web.d.ts",
  "exports": {
    ".": {
      "types": "./openipc_web.d.ts",
      "default": "./openipc_web.js"
    },
    "./openipc_web_bg.wasm": "./openipc_web_bg.wasm"
  },
  "files": [
    "openipc_web.js",
    "openipc_web_bg.wasm",
    "openipc_web.d.ts",
    "openipc_web_bg.wasm.d.ts",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neelsani/openipc-rs.git",
    "directory": "crates/openipc-web"
  },
  "homepage": "https://openipc-rs.neels.dev/docs/wasm-sdk",
  "bugs": {
    "url": "https://github.com/neelsani/openipc-rs/issues"
  },
  "keywords": [
    "openipc",
    "fpv",
    "webusb",
    "wasm",
    "h264",
    "h265",
    "realtek",
    "wfb-ng"
  ]
}