UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

11 lines 366 B
import { animationPresets } from "./presets.js"; import { animatableProperties } from "./properties.js"; export const animationRegistry = { presets: animationPresets, properties: animatableProperties, }; export * from "./make.js"; export * from "./presets.js"; export * from "./properties.js"; export * from "./types.js"; //# sourceMappingURL=registry.js.map