UNPKG

mc-image-editor

Version:

An image editor library for magic-cut app (http://www.magic-cut.in/)

6 lines (5 loc) 313 B
export * from './lib/image-editor.module'; export * from './lib/services/file-repository/file-repository.service'; export * from './lib/services/image-editor.service'; export * from './lib/components/file-reader/file-reader.component'; export * from './lib/components/image-cropper/image-cropper.component';