1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 12:22:03 +08:00
trois/src/components/index.js

10 lines
440 B
JavaScript
Raw Normal View History

2020-09-30 23:53:36 +08:00
export { default as NoisyImage } from './noisy/NoisyImage.js';
export { default as NoisyPlane } from './noisy/NoisyPlane.js';
2020-10-02 04:52:59 +08:00
export { default as NoisySphere } from './noisy/NoisySphere.js';
2020-09-30 23:53:36 +08:00
export { default as NoisyText } from './noisy/NoisyText.js';
2020-09-30 04:25:29 +08:00
export { default as Slider1 } from './sliders/Slider1.vue';
2021-02-28 08:10:24 +08:00
export { default as Slider2 } from './sliders/Slider2.vue';
2020-09-30 04:25:29 +08:00
2020-09-19 18:42:06 +08:00
export { default as GLTFViewer } from './viewers/GLTFViewer.vue';