New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aframe-htmlmesh

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aframe-htmlmesh

Show HTML elements in AFrame

1.0.0
Source
npm
Version published
Weekly downloads
12
-25%
Maintainers
1
Weekly downloads
 
Created
Source

AFrame-HTML

<a-entity html="#my-interface" position="0 1.5 -0.5"></a-entity>

image

Display an interactive HTML element in the scene.

html-pointer component

PropertyTypeDescriptionDefault
activationTypestringUse an event for mouse down and up or proximity between two elements. One of event, proximity"event"
downEventsarrayEvent to trigger 'mouseDown' events["selectstart"]
upEventsarrayEvent to trigger 'mouseUp' events["selectend"]
clickEventsarrayEvent to trigger 'click' events["select"]

html component

TypeDescriptionDefault
selectorHTML element to use.

FAQs

Package last updated on 09 May 2022

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