You've already forked obsidian-visualiser
Implement Aspect tab and HP/Mana editor
This commit is contained in:
@@ -2,7 +2,7 @@ import { z } from "zod/v4";
|
||||
import type { User } from "~/types/auth";
|
||||
import characterConfig from '#shared/character-config.json';
|
||||
import type { Campaign } from "~/types/campaign";
|
||||
import { div, dom, icon, span, text, type HTMLElement } from "#shared/dom";
|
||||
import { div, dom, icon, span, text } from "#shared/dom";
|
||||
import { button, foldable, loading, numberpicker, tabgroup, Toaster } from "#shared/components";
|
||||
import { CharacterCompiler, colorByRarity, stateFactory, subnameFactory } from "#shared/character";
|
||||
import { modal, tooltip } from "#shared/floating";
|
||||
|
||||
Reference in New Issue
Block a user