UNPKG

@threepipe/plugin-svg-renderer

Version:

Plugins for SVG Rendering of 3d objects for Threepipe

16 lines (14 loc) 457 B
/* * Author: Axel Antoine * mail: ax.antoine@gmail.com * website: http://axantoine.com * Created on Mon Oct 17 2022 * * Loki, Inria project-team with Université de Lille * within the Joint Research Unit UMR 9189 * CNRS - Centrale Lille - Université de Lille, CRIStAL * https://loki.lille.inria.fr */ export { SVGRenderer, SVGRenderInfo } from "./SVGRenderer"; export * from './core'; export type {PointLike, SizeLike, RectLike} from './utils';