Skip to content

Commit

Permalink
Updated READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonobr1 committed Feb 14, 2025
1 parent e622440 commit dc06f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ var width = 800;
var height = 600;

var canvas = createCanvas(width, height);
Two.Utils.shim(canvas, Image);
Two.Utils.polyfill(canvas, Image);

var time = Date.now();

Expand Down
1 change: 1 addition & 0 deletions wiki/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. The format
<h3 class="visible">Feb 13, 2025</h3><version-link v="v0.8.16" />

- Improved TypeScript types (albeit raising errors because of how expressive Two.js / JavaScript is)
- Move `Two.Utils.shim` to `Two.Utils.polyfill`. Shim exists but is internal specific to remove circular dependencies
- Add `Two.CanvasRenderer` compatiblity with [skia-canvas](https://skia-canvas.org/)
- `Two.Path.subdivide` accurately amends the final vertices in the updated list
- `Two.ZUI.reset` updates the surfaces to be reflect reset orientation
Expand Down

0 comments on commit dc06f6a

Please sign in to comment.