Skip to content

Browser Support #6

@z3dev

Description

@z3dev

I was able to use this library in the browser by adding a build script based on browserify.

  "scripts": {
    "build": "browserify index.js -o dist/image-decode.js --standalone decode",
    "test": "node test"
  }

The standalone library can then be used within the browsers.

Just wondering... are you planning on adding this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions