mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
90e75f1e384b152f16b1525396001c79372cf9bd
* Updated `@fortawesome/fontawesome-free` to 6.7.2 * Updated `sass` to 1.85.0 * Updated `@sveltejs/kit` to 2.17.2 * Updated `svelte` to 5.20.1 * Updated `vite` to 6.1.0 * Updated `@types/chrome` to 0.0.304
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%

