Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Update README.md (#77)
Browse files Browse the repository at this point in the history
Add note about switching from @quasar/icon-factory
  • Loading branch information
dsl101 authored and nothingismagick committed Jul 6, 2019
1 parent 5d2ecc8 commit 6b4db35
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ A final note: You should always pad your icon design with about 1% of empty spac
$ quasar ext add @quasar/icon-genie
```

> **NOTE** If you have previously used @quasar/icon-factory, it is recommended to switch over to @quasar/icon-genie, as it will continue to be maintained, and gain extra features in the future. @quasar/icon-factory _should_ continue to work as it currently does, but isn't maintained. Simply remove @quasar/icon-factory before adding @quasar/icon-genie:
```bash
$ quasar ext remove @quasar/icon-factory
$ quasar ext add @quasar/icon-genie
```

If you are on Windows and seeing an error the likes of `pngquant failed to build, make sure that libpng-dev is installed`, please do the following:

```
Expand Down

0 comments on commit 6b4db35

Please sign in to comment.