puffinsoft / jscanify

Open-source Javascript mobile document scanner.
https://puffinsoft.github.io/jscanify/
MIT License
949 stars 52 forks source link

React js import support? #7

Closed kennarddh closed 1 year ago

kennarddh commented 1 year ago

Expected Usage

import jscanify from 'jscanify'
ColonelParrot commented 1 year ago

Hello, We have provided an example of how to use it in React. Were you experiencing a problem with it?

kennarddh commented 1 year ago

Yeah you need to include it in the index.html can you publish to use with import like

import jscanify from 'jscanify'
ColonelParrot commented 1 year ago

Hello, This is on my bucket list, but it will take quite some time to get a stable solution. For now, I would still recommend using the official solution.

As always, if you need any help, feel free to ask!

alexkev commented 3 weeks ago

import jscanify from 'jscanify/src/jscanify'; worked for me