Li Sheng
Li Sheng
#270 add hint for disabling eslint because of that tslint is deprecated.
Because of that tslint is deprecated, we decided to use eslint instead. unfortunately the generated files contain only hint for tslint "tslint:disable". We would like to have eslint also disabled...
Hi @eivindfjeldstad, the commits are squashed. This PR adds a new operator "-composite" so that the lib can do things with imagemagick like ``` convert - imageToBeComposited.png -composite - ```...