export class Img { static AsData(source:string){ return `data:image/svg+xml;base64,${(btoa(source))}`; } static AsImageElement(source: string): string{ return ``; } static readonly checkmark = ``; static readonly no_checkmark = ``; }