Skip to content

Commit

Permalink
docs: include napi-rs to typedoc entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet authored and favna committed Jun 3, 2022
1 parent 991f778 commit fad3d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"out": "./docs/",
"readme": "./README.md",
"name": "canvas-constructor",
"entryPoints": ["src/skia.ts", "src/cairo.ts", "src/browser.ts"],
"entryPoints": ["src/browser.ts", "src/cairo.ts", "src/napi-rs.ts", "src/skia.ts"],
"excludeExternals": true,
"tsconfig": "./src/tsconfig.json"
}

0 comments on commit fad3d6e

Please sign in to comment.