mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-20 07:43:54 +00:00
10 lines
124 B
GLSL
10 lines
124 B
GLSL
|
require.config({
|
||
|
baseUrl:"./",
|
||
|
paths : {
|
||
|
"Tone" : "../Tone",
|
||
|
},
|
||
|
});
|
||
|
|
||
|
require({FILES}, function(Test){
|
||
|
Test.run();
|
||
|
});
|