UNPKG

@diffusionstudio/core-v4

Version:

2D motion graphics and video rendering engine

4 lines (3 loc) 182 B
import { FontStyle, FontWeight } from '../renderer'; export declare function matchFontStyle(style: any): FontStyle; export declare function matchFontWeight(weight: any): FontWeight;