MCPcopy Create free account
hub / github.com/JPeer264/node-rcs-core / KeyframesLibraryOptions

Interface KeyframesLibraryOptions

lib/keyframesLibrary.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import regex from './replace/regex';
3
4export interface KeyframesLibraryOptions extends BaseLibraryOptions {
5 origKeyframe?: boolean;
6}
7
8export class KeyframesLibrary extends BaseLibrary {
9 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected