UNPKG

@bddh/starling-cutout

Version:

cutout

11 lines (10 loc) 296 B
/** * @file 新一代端端方案 * @author sunwen05 */ import Cutout, { type DigitalHumanCutoutClient } from './Cutout'; import Seriously from './Seriously'; export default Cutout; export { Cutout, Seriously }; export type { DigitalHumanCutoutClient }; export * from './interface';