We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00a3e8c + 0840952 commit db730cfCopy full SHA for db730cf
1 file changed
README.md
@@ -15,11 +15,11 @@ npm install -D vite-plugin-icons-spritesheet
15
## Usage
16
```javascript
17
// vite.config.js
18
-import { iconSpritesheet } from 'vite-plugin-icons-spritesheet';
+import { iconsSpritesheet } from 'vite-plugin-icons-spritesheet';
19
20
export default {
21
plugins: [
22
- iconSpritesheet({
+ iconsSpritesheet({
23
// Defaults to false, should it generate TS types for you
24
withTypes: true,
25
// The path to the icon directory
0 commit comments