You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the package has been imported using the import statement in TypeScript, all manipulations are performed using the settings made during import. Is there no use() method or set() method to decide at runtime whether GraphicsMagick or ImageMagick should be used?
The text was updated successfully, but these errors were encountered:
Once the package has been imported using the import statement in TypeScript, all manipulations are performed using the settings made during import. Is there no
use()
method orset()
method to decide at runtime whether GraphicsMagick or ImageMagick should be used?The text was updated successfully, but these errors were encountered: