diff --git a/package.json b/package.json index 270c534..282e6cd 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,11 @@ }, "dependencies": { "gif.js": "^0.2.0", + "unplugin-icons": "^0.18.5", "vue": "^3.3.11" }, "devDependencies": { + "@iconify-json/octicon": "^1.1.52", "@types/gif.js": "^0.2.5", "@typescript-eslint/eslint-plugin": "^6.21.0", "@vitejs/plugin-vue": "^5.0.3", diff --git a/src/components/ImageCollection.vue b/src/components/ImageCollection.vue index 1cb5661..c6c2513 100644 --- a/src/components/ImageCollection.vue +++ b/src/components/ImageCollection.vue @@ -1,6 +1,9 @@