ktongue's picture
download
raw
182 Bytes
import {pi, sqrt, tau} from "../math.js";
export default {
draw(context, size) {
const r = sqrt(size / pi);
context.moveTo(r, 0);
context.arc(0, 0, r, 0, tau);
}
};

Xet Storage Details

Size:
182 Bytes
·
Xet hash:
fc23edf225cc5405f43e5c6e3e3d67ae9ca5e5d616370fc52e1769b89b21dae0

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.