Hopper Gee

Results 30 comments of Hopper Gee

This sounds like a nest tenant(Tenant and Sub-tenant). May I ask which should the `current_tenant` represent to? The Tenant or the Client? Sorry, I'm not quit sure how to start,...

Hi @Klaasvaak , thanks for the suggestions. I also found a discussion here: https://github.com/fabricjs/fabric.js/discussions/7923 . But it seems not being used in the fabric source code. > Another solution would...

@Klaasvaak Thanks for your suggestion. I just bumped [1.1.14](https://github.com/hoppergee/heic-to/releases/tag/v1.1.14) with a fix from @jfdesrochers which contains above code. Please have a test.

Hi @dzmitry-karelin , thanks for concern about the performance. I think most people is using it with a JS builder which can will simply minify it to about 2MB. The...

@dzmitry-karelin @BuZZ-dEE Sorry for the late response. I just bumped a new version [1.1.11](https://github.com/hoppergee/heic-to/releases/tag/v1.1.11) to minify the exports from 8MB to 2MB. Please have a test.

Maybe something like this: ```js import {heicTo, isHeic} from 'https://cdn.jsdelivr.net/npm/[email protected]/dist/heic-to.min.js' window.heicTo = heicTo window.isHeic = isHeic ``` Or using importmap ```js { "imports": { "heic-to": "https://cdn.jsdelivr.net/npm/[email protected]/dist/heic-to.min.js" } } import {heicTo,...

Thanks very much for this standalone IIFE build! I merged the PR and did a bit adjustments on the export to export single variable with `dist/iife/heic-to.js`. After that we can...

> I am using `https://cdn.jsdelivr.net/npm/[email protected]/dist/iife/heic-to.min.js` and all works fine. However, when I copy that very file to my server and load it, I miserably fail with an export error... You...

Would that possible to email me an example image for testing?

![Image](https://github.com/user-attachments/assets/2e6b0cb2-2193-44bd-a713-94d47ded82f5) Can you see a "Decoding image failed" error along with the "Error: HEIF processing error"? If it is, you may can reason about it with the `message` and `code`...