Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Niekes committed Jan 15, 2024
1 parent 8fe0118 commit da181f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const data3D = [
]
];

const triangles3d = triangles3D().scale(100).origin({ 480, 250 });
const triangles3d = triangles3D().scale(100).origin({ x: 480, y: 250 });

const projectedData = triangles3d(data3D);

Expand Down

0 comments on commit da181f5

Please sign in to comment.