Replies: 3 comments
|
I hope this message finds you well. I'm reaching out because I'm encountering an issue while working with Fabric.js v6 in TypeScript. |
|
This is a custom filter made for the website with the v6 codebase. Let me know if it helps |
|
https://github.com/bo-zn/image-editor/blob/main/src/filters/exposure.ts I used v6 to make a custom filter about image exposure, I hope it can help you |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Has anyone had any luck getting custom image filters in V6 to work, I have some filters I'm trying to port from V5. I understand the boilerplate, but I just can't get any imports working from within my own folder of filters, for example how do I - import { BaseFilter } etc. Any help on the setup would be appreciated. ;)
All reactions