UNPKG
@hhenrichsen/motion-canvas-graphing
Version:
latest (2.0.0)
2.0.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Some graphing components for Motion Canvas.
github.com/hhenrichsen/motion-canvas-graphing
@hhenrichsen/motion-canvas-graphing
/
src
/
index.ts
4 lines
(3 loc)
•
83 B
text/typescript
View Raw
1
2
3
4
export
*
from
'./Plot'
;
export
*
from
'./ScatterPlot'
;
export
*
from
'./LinePlot'
;