mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 03:53:07 +00:00
19 lines
No EOL
493 B
JSON
19 lines
No EOL
493 B
JSON
{
|
|
"name" : "Tone.js",
|
|
"entryPoints": ["../Tone"],
|
|
"out":"../docs",
|
|
"defaultCategory" : "Global",
|
|
"categorizeByGroup" : true,
|
|
"categoryOrder" : ["Core", "Source", "Instrument", "Effect", "Component", "Signal"],
|
|
"navigation" : {
|
|
"includeCategories": true,
|
|
"includeFolders": false,
|
|
"includeGroups": true
|
|
},
|
|
"externalPattern": ["**/node_modules/**"],
|
|
"excludeProtected" : true,
|
|
"excludePrivate" : true,
|
|
"hideGenerator": true,
|
|
"includeVersion": false,
|
|
"excludeInternal": true,
|
|
} |