We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbcd31 commit b93f87eCopy full SHA for b93f87e
.gitignore
@@ -8,7 +8,6 @@ build
8
9
# Remove tsc generated js and map file
10
*.map
11
-ngx-image-editor.js
12
src/ngx-image-editor.component.js
13
src/ngx-image-editor.component.js.map
14
src/ngx-image-editor.module.js
ngx-image-editor.js
@@ -0,0 +1,2 @@
1
+export * from './lib/ngx-image-editor.component';
2
+export * from './lib/ngx-image-editor.module';
0 commit comments