@santech/angular-cropper
v7.0.0-beta.4
Published
Angular cropper module for santech studio
Downloads
34
Maintainers
Readme
@santech/angular-cropper

@santech/angular-cropper is a npm module that exports cropper components for santech assets.
Prerequisites
You need to have globally installed:
- node 9.x.x
- npm 5.x.x
- yarn 1.x.x
Development
Install all the dependencies
yarnLaunch tests
yarn testBuild the package
yarn buildPublish the package
npm publish dist.tgzRequire package in your project
npm i @santech/angular-cropper -SImport module
import { SantechCropperModule } from '@santech/angular-cropper';
@NgModule({
imports: [
SantechCropperModule.forRoot(),
],
})
export class AppModule { }