threepipe
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

typedoc.json 170B

12345678910
  1. {
  2. "extends": [
  3. "../../typedoc.json"
  4. ],
  5. "entryPoints": [
  6. "src/index.ts"
  7. ],
  8. "name": "Threepipe Assimpjs Plugin",
  9. "readme": "none"
  10. }