ktongue's picture
download
raw
160 Bytes
import {sqrt} from "../math.js";
export default {
draw(context, size) {
const w = sqrt(size);
const x = -w / 2;
context.rect(x, x, w, w);
}
};

Xet Storage Details

Size:
160 Bytes
·
Xet hash:
7dffa7a9726e53ce4fcb80c74b051f9be177d04ded6b7b1aff59c4d498b68ff7

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