smartjimp/ts/smartjimp.plugins.ts

7 lines
65 B
TypeScript
Raw Normal View History

2020-02-02 20:10:42 +00:00
// third party scope
import jimp from 'jimp';
2020-02-01 17:24:41 +00:00
export {
2020-02-02 20:10:42 +00:00
jimp
2020-02-01 17:24:41 +00:00
}