Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A module for Nuxt 3 that allows you to use your own SVG icons quickly and enjoya
[![playground-usage](https://i.imgur.com/SMXXpVu.png "example of using icons in project")](https://github.com/gitFoxCode/nuxt-icons)

## Installation
1. `npm i nuxt-icons`
1. `npm i -D nuxt-icons`
2. add `nuxt-icons` to modules, **nuxt.config.ts**:
```javascript
export default defineNuxtConfig({
Expand Down Expand Up @@ -58,4 +58,4 @@ The module retrieves all svg files from the assets/icons folder, overwrites the
- Automatic icon scaling that have non-square dimensions to maintain their proportions (maybe with preserveAspectRatio)
- <del>Usable for previous nuxt versions</del> (just use [something like this](https://github.com/gitFoxCode/TaleGalaxy/blob/main/client/src/components/SvgIcon.vue))

A big thank you to [@Diizzayy](https://github.com/Diizzayy) for his invaluable help in developing the project
A big thank you to [@Diizzayy](https://github.com/Diizzayy) for his invaluable help in developing the project