forked from plotly/plotly.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.js
20 lines (20 loc) · 804 Bytes
/
main.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports = {
alpha_shape: require('alpha-shape'),
convex_hull: require('convex-hull'),
delaunay_triangulate: require('delaunay-triangulate'),
gl_cone3d: require('gl-cone3d'),
gl_error3d: require('gl-error3d'),
gl_heatmap2d: require('gl-heatmap2d'),
gl_line3d: require('gl-line3d'),
gl_mesh3d: require('gl-mesh3d'),
gl_plot2d: require('gl-plot2d'),
gl_plot3d: require('gl-plot3d'),
gl_pointcloud2d: require('gl-pointcloud2d'),
gl_scatter3d: require('gl-scatter3d'),
gl_select_box: require('gl-select-box'),
gl_spikes2d: require('gl-spikes2d'),
gl_streamtube3d: require('gl-streamtube3d'),
gl_surface3d: require('gl-surface3d'),
ndarray: require('ndarray'),
ndarray_linear_interpolate: require('ndarray-linear-interpolate'),
};