II.
Library JSON
Structured · livelibrary:three
Three.js json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:three",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Three.js",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Cross-browser JavaScript library and API for creating and displaying\nanimated 3D graphics in a web browser using WebGL with a high-level\nscene graph, cameras, lights, and material system.\n"
},
"outgoingEdges": [
{
"from": "library:three",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:three",
"to": "skill-area:data-visualization",
"kind": "used_for"
},
{
"from": "library:three",
"to": "skill-area:animation-transitions",
"kind": "used_for"
},
{
"from": "library:three",
"to": "library:d3",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:flame",
"to": "library:three",
"kind": "alternative_to"
}
]
}