@omnedia/ngx-orb
Version:
An Angular standalone component for an animated, interactive 3D orb with procedural GLSL shaders (OGL/WebGL).
37 lines • 860 B
JSON
{
"name": "@omnedia/ngx-orb",
"description": "An Angular standalone component for an animated, interactive 3D orb with procedural GLSL shaders (OGL/WebGL).",
"version": "3.0.0",
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"ogl": "^1.0.11"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"keywords": [
"npm",
"background",
"orb",
"siri",
"animation"
],
"repository": {
"url": "https://github.com/omnedia/ngx-orb"
},
"author": "Markus Block (markus.block@omnedia.com)",
"license": "MIT",
"module": "fesm2022/omnedia-ngx-orb.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/omnedia-ngx-orb.mjs"
}
}
}