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 09:08:10 -05:00
Code
Issues
Releases
Wiki
Activity
e1735404ae
speice.io
/
blog
/
2024-11-15-playing-with-fire
/
1-introduction
/
biunit.ts
3 lines
76 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Start on the transforms post
2024-11-18 22:01:31 -05:00
export
default
function
randomBiUnit() {
Render the gasket Need to get rid of Plotly, unfortuantely - causes issues with hydration. Seems like Victory is better able to handle what I need.
2024-11-17 17:30:07 -05:00
return
Math
.
random
(
)
*
2
-
1
;
}
Reference in New Issue
Copy Permalink