UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

14 lines (10 loc) 325 B
import {animationPresets} from "./presets.js" import {animatableProperties} from "./properties.js" export const animationRegistry = { presets: animationPresets, properties: animatableProperties, } as const export * from "./make.js" export * from "./presets.js" export * from "./properties.js" export * from "./types.js"