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