-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Context.filter * cleanup * more properties support * more stuff
- Loading branch information
1 parent
18907b9
commit 06053db
Showing
15 changed files
with
607 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
export * from "./src/canvas.ts"; | ||
export * from "./src/context2d.ts"; | ||
export * from "./src/path2d.ts"; | ||
export { Path2D } from "./src/path2d.ts"; | ||
export type { RoundRectRadii } from "./src/path2d.ts"; | ||
export * from "./src/image.ts"; | ||
export * from "./src/font.ts"; | ||
export * from "./src/dommatrix.ts"; | ||
export * from "./src/gradient.ts"; | ||
export * from "./src/pattern.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.