Skip to content

Commit

Permalink
chore: Update font customization options and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Aug 24, 2024
1 parent 1bab9c6 commit b27604f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -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}`;
Expand Down

0 comments on commit b27604f

Please sign in to comment.