
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
aframe-href-component
Advanced tools
A Hyper Link component for A-Frame. With aframe-href-component
, each object could be used as a normal html linkable element.
Add href
attribute to any a-frame tag, such as href="www.sample.com"
. To turn the object as a normal web link. demo
As normal web page, you could add extra target="_blank"
attribute in this a-frame tag to open web link in a new window.
When link is clicked, the href-component will emit a href
event within this object. You can append the animation id in target
attribute, such as target="#out-animation"
(a shortcut of target="window#out-animation"
) or target="_blank#out-animation"
to trigger the animation directly. If your animation is not defined within this object, you should emit the event manually.
demo
Besides the normal hyper link. you can add in-page anchor like href="#id"
to any a-frame tag.
When user click on the object, a-camera
will move its position to the object with the specified id. demo
Install and use by directly including the browser files:
Make sure you have placed an a-cursor
element to trigger the click event.
Then add href
attribute in target tag (In example is a-box
). demo
<head>
<title>My A-Frame Scene</title>
<script src="https://aframe.io/releases/0.2.0/aframe.min.js"></script>
<script src="https://rawgit.com/gasolin/aframe-href-component/master/dist/aframe-href-component.min.js"></script>
</head>
<body>
<a-scene>
<a-entity position="0 1.8 4">
<a-camera>
<a-cursor color="#4CC3D9"></a-cursor>
<a-camera>
</a-entity>
<a-box id="orange-cube" position="0 3.5 -2" rotation="30 30 0"
width="2" depth="2" height="2" color="#F16745"
href="https://github.com/gasolin/aframe-href-component"></a-box>
</a-scene>
</body>
Install via NPM:
npm install aframe-href-component
Then register and use.
require('aframe');
require('aframe-href-component');
FAQs
Hyper Link component for A-Frame.
The npm package aframe-href-component receives a total of 7 weekly downloads. As such, aframe-href-component popularity was classified as not popular.
We found that aframe-href-component demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.