mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 20:32:02 +08:00
9 lines
380 B
JavaScript
9 lines
380 B
JavaScript
export { default as NoisyImage } from './noisy/NoisyImage.js';
|
|
export { default as NoisyPlane } from './noisy/NoisyPlane.js';
|
|
export { default as NoisySphere } from './noisy/NoisySphere.js';
|
|
export { default as NoisyText } from './noisy/NoisyText.js';
|
|
|
|
export { default as Slider1 } from './sliders/Slider1.vue';
|
|
|
|
export { default as GLTFViewer } from './viewers/GLTFViewer.vue';
|