From b27604f7e82ae992acfc295faba596ed067dc419 Mon Sep 17 00:00:00 2001 From: Viet Ngoc Date: Sat, 24 Aug 2024 15:59:58 +0200 Subject: [PATCH] chore: Update font customization options and styles --- src/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.ts b/src/const.ts index ad5324f..b688399 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,5 +1,5 @@ import { version, repository } from '../package.json'; -import { FontSizeOptions, FontTextTransformOptions, FontCustomStyles } from './types'; +import { FontSizeOptions, FontTextTransformOptions } from './types'; export const REPOSITORY = repository.repo; export const CARD_VERSION = `v${version}`;