fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

Cropper - Angular 5 #986

Closed DaoFof closed 6 years ago

DaoFof commented 6 years ago

Can we use Cropper with angular 5? If yes a demo is welcomed!

messerbill commented 6 years ago

Since cropper is based on https://github.com/fengyuanchen/cropperjs/ which is written in JavaScript you should easily be able to make an angular implementation of it. You could simply build an angular component which makes an instance of the cropper and you can give the config properties to the cropper library via @Input() variables to the component for example.