open-icon
Version:
Open Icon
27 lines (26 loc) • 642 B
JavaScript
// lib/meta/icon_aframe.svg.ts
var meta = {
"description": "Aframe is a versatile and powerful web framework for building virtual reality experiences on the web. It is based on HTML and allows developers to create VR content easily with simple entities and components.",
"category": [
"Interface",
"Media"
],
"tag": [
"web development",
"virtual reality",
"HTML",
"framework",
"VR experience",
"A-Frame",
"3D modeling",
"web components",
"interactive",
"immersive"
],
"title": "Aframe"
};
var icon_aframe_svg_default = meta;
export {
icon_aframe_svg_default as default,
meta
};