Skip to content

Commit a7cbabb

Browse files
authored
chore: Use @wxt-dev/auto-icons (#38)
1 parent 200d13e commit a7cbabb

File tree

8 files changed

+9
-1
lines changed

8 files changed

+9
-1
lines changed

bun.lockb

10.6 KB
Binary file not shown.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@types/chrome": "^0.0.269",
3737
"@types/jsdom": "^21.1.3",
3838
"@vitest/coverage-v8": "^2.1.3",
39+
"@wxt-dev/auto-icons": "^1.0.2",
3940
"@wxt-dev/i18n": "^0.2.1",
4041
"@wxt-dev/module-vue": "^1.0.0",
4142
"autoprefixer": "^10.4.16",
File renamed without changes.

src/public/icon/16.png

-595 Bytes
Binary file not shown.

src/public/icon/32.png

-1001 Bytes
Binary file not shown.

src/public/icon/48.png

-1.42 KB
Binary file not shown.

src/public/icon/96.png

-2.42 KB
Binary file not shown.

wxt.config.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ export default defineConfig({
99
experimental: {
1010
entrypointImporter: "vite-node",
1111
},
12-
modules: ["@wxt-dev/module-vue", "@wxt-dev/i18n/module"],
12+
modules: [
13+
"@wxt-dev/module-vue",
14+
"@wxt-dev/i18n/module",
15+
"@wxt-dev/auto-icons",
16+
],
1317
imports: {
1418
presets: ["vue-router", "@vueuse/core"],
1519
imports: [
@@ -36,4 +40,7 @@ export default defineConfig({
3640
permissions,
3741
};
3842
},
43+
autoIcons: {
44+
grayscaleOnDevelopment: false,
45+
},
3946
});

0 commit comments

Comments
 (0)