Rename the ID from token-browser to image-tagger

This commit is contained in:
Oliver 2026-02-01 15:40:10 -07:00
parent 2fdcdf062c
commit acc1858f44
25 changed files with 37 additions and 37 deletions

View file

@ -3,6 +3,6 @@ import { options } from "./options.mjs";
export default {
// MARK: Complex
"tb-options": options,
"tb-filePath": filePath,
"it-options": options,
"it-filePath": filePath,
};