Skip to content

Commit 245e486

Browse files
committed
update readme before publishing to npm
1 parent ddf61a2 commit 245e486

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
[![Join the chat at https://gitter.im/bergben/bergben](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bergben/bergben?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22

3-
# Not actively maintained anymore, looking for maintainer
4-
Unfortunately I don't have time to actively maintain my open source repos anymore. If anyone wants to take over, feel free to contact me anytime, I'd be happy if this project still finds use.
5-
63
# ng2-img-max
74
Angular 2 and beyond module to resize images down to a certain width and height or to reduce the quality to fit a certain maximal filesize - all in the browser.
85

96
This means, the huge image that the user may select will never even need to be uploaded to the server.
107

118
## Demo
12-
A simple demo is available as a plnkr: http://plnkr.co/edit/HRi5rQEDCBZb59a0lcPe?p=preview
9+
A simple demo is available on stackblitz: https://stackblitz.com/edit/angular-ivy-hnhy6v
1310

1411
## Browser support
1512
This module is supported by all major browsers recent versions (IE 10+).
1613

1714
Make sure to include the following polyfill for `HtmlCanvasElement.toBlob()`: https://www.npmjs.com/package/blueimp-canvas-to-blob
1815

1916
```bash
20-
$ npm install blueimp-canvas-to-blob --save
17+
$ npm install blueimp-canvas-to-blob
2118
```
2219

2320

@@ -26,10 +23,11 @@ $ npm install blueimp-canvas-to-blob --save
2623

2724
## Install
2825
```bash
29-
$ npm install ng2-img-max --save
26+
$ npm install ng2-img-max
3027
```
3128

3229
### Import the module
30+
Only needed for Angular versions prior to 13
3331
```TypeScript
3432
// app.module.ts
3533
import { NgModule } from '@angular/core';

0 commit comments

Comments
 (0)