MCPcopy
hub / github.com/styletron/styletron / StyletronSnapshotEngine

Class StyletronSnapshotEngine

packages/styletron-engine-snapshot/src/index.ts:16–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16export class StyletronSnapshotEngine implements StandardEngine {
17 renderStyle(styles: StyleObject) {
18 return engine.renderStyle(styles);
19 }
20
21 renderKeyframes(keyframes: KeyframesObject) {
22 return engine.renderKeyframes(keyframes);
23 }
24
25 renderFontFace(fontFace: FontFaceObject) {
26 return engine.renderFontFace(fontFace);
27 }
28}
29
30export const Client = StyletronSnapshotEngine;
31export const Server = StyletronSnapshotEngine;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected