-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import failed in Electron #1
Comments
|
Thanks for your previous answer, yes I finally found it's my electron setting up thing. However, I am still struggle to get openhtjs work in my electron App. For example, I installed library with npm, then encountered problem to read: I put this line in my react file:
Then encounter this error.
Could you provide an example, like load library, read a jp2 image, convert it into jpg. (Actually, my initial plan is to directly convert jp2 binary to base64 string of jpg, but never mind, I can't get any js solution work for JP2 conversation now). |
Sorry, I just found your example here. Will try to follow. |
Hi:
Thanks for develop this tool, I want to transfer some j2c buffer into image buffer (eventually to base64 for img display). I tried to add this module into my electron project, but a error show up.
Do you have any suggestions on how I can fix this? Also, do you know other javascript (node) tool that can do the j2c-image-base64 conversion?
Many Thanks!
The text was updated successfully, but these errors were encountered: