This website requires JavaScript.
Explore
Help
Sign In
mirror-github-bspeice
/
speice.io
Watch
1
Star
0
Fork
0
You've already forked speice.io
mirror of
https://github.com/bspeice/speice.io
synced
2024-12-23 00:58:09 -05:00
Code
Issues
Releases
Wiki
Activity
c3c3c65614
speice.io
/
blog
/
2024-11-15-playing-with-fire
/
src
/
transform.ts
1 line
67 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Flame blending example
2024-11-29 19:25:29 -05:00
export
type
Transform
=
(
x
:
number
,
y
:
number
)
=
>
[
number
,
number
]
;
Reference in New Issue
Copy Permalink