File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,13 @@ or check the "[example]" folder in this repo
134134| --------- | --------- | --------- | --------- | --------- | --------- |
135135| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions
136136
137+ ## Typescript type definitions ##
138+ ```
139+ npm install --save-dev @types/browser-image-compression
140+ or
141+ yarn add --dev @types/browser-image-compression
142+ ```
143+
137144## Contribution ##
1381451 . fork the repo and git clone it
1391462 . run ` npm run watch ` # it will watch code change in lib/ folder and generate js in dist/ folder
Original file line number Diff line number Diff line change 3232 "@angular-devkit/build-angular" : " ~0.901.4" ,
3333 "@angular/cli" : " ~9.1.4" ,
3434 "@angular/compiler-cli" : " ~9.1.4" ,
35+ "@types/browser-image-compression" : " ^1.0.1" ,
3536 "@types/jasmine" : " ~3.5.0" ,
3637 "@types/jasminewd2" : " ~2.0.3" ,
3738 "@types/node" : " ^12.11.1" ,
You can’t perform that action at this time.
0 commit comments