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