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