All files / src/projection index.ts

100% Statements 21/21
100% Branches 0/0
20% Functions 2/10
100% Lines 11/11

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1661x 39x 31x         31x 31x 31x 31x 31x 31x 31x 31x  
export { HTMLProjectionNode } from "./node/HTMLProjectionNode"
export { nodeGroup } from "./node/group"
export { calcBoxDelta } from "./geometry/delta-calc"
 
/**
 * For debugging purposes
 */
import sync from "framesync"
import { animate, mix } from "popmotion"
export { sync, animate, mix }
export { buildTransform } from "../render/html/utils/build-transform"
export { addScaleCorrector } from "./styles/scale-correction"
export { correctBorderRadius } from "./styles/scale-border-radius"
export { correctBoxShadow } from "./styles/scale-box-shadow"
export { htmlVisualElement } from "../render/html/visual-element"