Mohammad Attar
Mohammad Attar
any updates
any updates
same here
Hello, It not supported at the current time!, You need to save every objects(Images, Positions,...) in local storage or somewhere else in order to edit them later you can use...
Firstly these [Hooks and Events](https://github.com/mattar88/imageMaker#hooks-and-events) used to know every event and trigger, touch, drag, resize.. so you can use them to save data in the local storage, then on load...
Hi, Try to use MemeGeneratorAPI.canvas_reset(canvas_info.img); `$( SELECTOR ).on( "CanvasPreChange", function( event, value, param2 ) { });` OR `$( SELECTOR ).on( "CanvasPostChange", function( event, value, param2 ) { });`
> hi, i need add custom font, for example of Google Fonts, how do it? Hi Oz1992, Your issue topic is not related to the current one so please a...
Hello Dear, I think you should load your files from the local server (localhost request http:// ) instead of loading them from the local file system( c:/ or file://...). Hope...