Skip to content

Commit

Permalink
fix(package): fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
MD4 committed Nov 27, 2020
1 parent bd18be8 commit 499bbcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

`Const`**computeShadows**(`bounds`: Bounds, `walls`: Segment2[], `light`: Vec2): Vec2[][]

*Defined in [computeShadows.ts:39](https://github.com/MD4/shadowed/blob/0cd15e8/src/computeShadows.ts#L39)*
*Defined in [computeShadows.ts:39](https://github.com/MD4/shadowed/blob/bd18be8/src/computeShadows.ts#L39)*

Computes casted shadows by a light for a given set of walls within specified bounds.

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,11 @@
"bugs": {
"url": "https://github.com/MD4/shadowed/issues"
},
"homepage": "https://github.com/MD4/shadowed#readme"
"homepage": "https://github.com/MD4/shadowed#readme",
"files": [
"dist",
"types",
"readme",
"docs"
]
}

0 comments on commit 499bbcf

Please sign in to comment.