CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
sliceDice.js7 linesDownload Raw Back to treemap
1import dice from "./dice.js";2import slice from "./slice.js";3 4export default function(parent, x0, y0, x1, y1) {5  (parent.depth & 1 ? slice : dice)(parent, x0, y0, x1, y1);6}7 
basant307/AI_Governance_Project · CoolFace