Buckets:
| import {min, sqrt} from "../math.js"; | |
| export default { | |
| draw(context, size) { | |
| const r = sqrt(size - min(size / 7, 2)) * 0.87559; | |
| context.moveTo(-r, 0); | |
| context.lineTo(r, 0); | |
| context.moveTo(0, r); | |
| context.lineTo(0, -r); | |
| } | |
| }; | |
Xet Storage Details
- Size:
- 248 Bytes
- Xet hash:
- b7c859e8bf39f15c4fb3c7cc763fa45380be6d3c70b843e97b721d7bf29746bd
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.