MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / lerp

Function lerp

scripts/magnify_image.js:1444–1446  ·  view source on GitHub ↗
(from, to, speed)

Source from the content-addressed store, hash-verified

1442 };
1443}
1444function lerp(from, to, speed) {
1445 return from + (to - from) * speed;
1446}
1447function svgBase64ToUrl(sgvBase64) {
1448 try {
1449 if (!/^data:image\/svg/.test(sgvBase64)) throw new Error("Invalid SVG");

Callers 1

animateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected