Socket
Book a DemoInstallSign in
Socket

aframe-simple-link-component

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aframe-simple-link-component

Provides a component that makes an entity into a clickable link hotspot. Simple alternative to using <a-link>.

1.0.0
latest
Source
npmnpm
Version published
Weekly downloads
4
-69.23%
Maintainers
1
Weekly downloads
 
Created
Source

Version CircleCI License

Provides a component that makes an entity into a clickable link hotspot. Simple alternative to using <a-link>.

For A-Frame.

API

PropertyDescriptionDefault Value

Installation

Browser

Install and use by directly including the browser files:

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
  <script src="https://unpkg.com/aframe-simple-link-component/dist/aframe-simple-link-component.min.js"></script>
</head>

<body>
  <a-scene>
    <a-entity simple-link="foo: bar"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install aframe-simple-link-component

Then require and use.

require('aframe');
require('aframe-simple-link-component');

Keywords

aframe

FAQs

Package last updated on 05 Jul 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.