fix(core): update

This commit is contained in:
2020-02-02 20:10:42 +00:00
parent 459f4b24aa
commit 5a2b72fb02
8 changed files with 588 additions and 15 deletions

View File

@ -1,3 +1 @@
import * as plugins from './smartjimp.plugins';
export let standardExport = 'Hi there! :) This is an exported string';
export * from './smartjimp.classes.smartjimp';

View File

@ -0,0 +1,5 @@
import * as plugins from './smartjimp.plugins';
export class SmartJimp {
}

View File

@ -1,4 +1,6 @@
const removeme = {};
// third party scope
import jimp from 'jimp';
export {
removeme
jimp
}