ConstReadonlygetBaseUrl: (graphieUrl: string) => stringReadonlygetDataUrl: (graphieUrl: string) => stringReadonlygetImageSizeModern: (url: string) => Promise<[number, number]>ReadonlygetRealImageUrl: (graphieUrl: string) => stringReadonlygetSvgUrl: (graphieUrl: string) => stringReadonlyisLabeledSVG: (graphieUrl: string) => booleanMany of our labels are automatically converted into math mode without the dollar signs. Unfortunately, this makes them untranslatable! This helper function removes the math mode symbols from a string if we want to translate it but don't need the extra dollar signs.
Util