Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

a-simbol

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a-simbol

A-Frame component for Simbol

  • 1.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

a-simbol

This is an A-Frame component for Simbol to easily integrate Simbol in declarative 3D sites

Getting Started

Add it to your dependencies:

npm install -s a-simbol

And then add the tag to your HTML:

<a-simbol hand="right" virtualpersona="{'signIn': true}"></a-simbol>

Check it out on glitch: https://glitch.com/edit/#!/a-simbol-example

Adding interactions

It also provides the component simbol-selectable, add it to any entity and it will emit the following events with Simbol's interaction system:

  • Simbol.selected
  • Simbol.unselected
  • Simbol.hover
  • Simbol.unhover
<a-box simbol-selectable></a-box>
document.querySelector('a-box').addEventListener('Simbol.selected', () => {
	console.log('Box clicked');
});

Contributing

Check out the Contribution guide! If you have any questions, join our community

License

This program is free software and is distributed under an MIT License.

Keywords

FAQs

Package last updated on 20 Feb 2019

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc