mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2026-02-06 23:32:58 +00:00
2da37e2316c52ff2ec04a1dcb9aa7cf3b01de9ca
@std/regexp 1.0.1 from JSR
This is a part of the Deno's bundle of standard libraries, so it should be somewhat trustworthy. For now, it only includes the escaping function which I actually need.
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
57.6%
Svelte
29.1%
JavaScript
8.5%
SCSS
4.7%
HTML
0.1%

