mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
c283b96285488ab80fdccbd73d8129675562c9be
* Updated `sass` from 1.86.3 to 1.89.1 * Updated `svelte` from 5.25.6 to 5.33.14 * Updated `svelte-check` from 4.1.5 to 4.2.1 * Updated `@sveltejs/kit` from 2.20.3 to 2.21.1 * Removed `@sveltejs/adapter-auto` Looks like it was left over from initial commit. We're using static adapter. * Updated `vite` from 6.2.5 to 6.3.5 * Updated `vitest` from 3.1.1 to 3.2.0 * Updated `@vitest/coverage-v8` from 3.1.1 to 3.2.0 * Updated `typescript` from 5.8.2 to 5.8.3 * Updated `jsdom` from 26.0.0 to 26.1.0 * Updated `@types/node` from 22.14.0 to 22.15.29 * Updated `@types/chrome` from 0.0.313 to 0.0.326
Furbooru Tagging Assistant
This is a browser extension written for the Furbooru image-board. It gives you the ability to tag the images more easily and quickly.
Building
Recommendations on environment:
- Recommended version of Node.js: LTS (20)
First you need to clone the repository and install all packages:
npm install --save-dev
Second, you need to run the build command. It will first build the popup using SvelteKit and then build all the
content scripts/stylesheets and copy the manifest afterward. Simply run:
npm run build
When building is complete, resulting files can be found in the /build directory. These files can be either used
directly in Chrome (via loading the extension as unpacked extension) or manually compressed into *.zip file.
Languages
TypeScript
58.1%
Svelte
28.4%
JavaScript
8.6%
SCSS
4.8%
HTML
0.1%

