UNPKG

planck

Version:

2D JavaScript/TypeScript physics engine for cross-platform HTML5 game development

32 lines (31 loc) 661 B
{ "name": "API Reference", "readme": "none", "entryPoints": ["./src"], "out": "./docs/pages/api/", "basePath": "/api/", "publicPath": "/api/", "exclude": [ "**/*.test-d.ts", "**/*.test.ts", "**/*.test.js", "**/index.ts", "**/main.ts", "src/util/options*", "src/util/Pool*", "src/util/Timer*", "src/common/Matrix*", "node_modules/*", "testbed/*", "docs/*", "dist/*" ], "disableSources": true, "excludeExternals": true, "excludePrivate": true, "excludeInternal": true, "hideBreadcrumbs": true, "hidePageHeader": true, "mergeReadme": true, "plugin": ["typedoc-plugin-markdown"] }