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?
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?