Socket
Socket
Sign inDemoInstall

aframe-inspector

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aframe-inspector

An inspector for A-Frame scenes.


Version published
Weekly downloads
580
decreased by-14.07%
Maintainers
1
Weekly downloads
 
Created
Source

A-Frame Inspector

build status

An easy-to-use inspector for editing A-Frame scenes.

VIEW DEMO

Inspector Preview

Using the Inspector

There are several ways to use the inspector on your scene.

A-Frame Component

A-Frame comes with a component to inject the inspector. Just include the inspector component, and press ctrl + alt + e to inject the inspector, just like you would use a DOM inspector:

<a-scene inspector>
  <!-- Scene... -->
</a-scene>

Bookmarklet

Copy and paste the code from the bookmarket into a browser bookmark. Then open up any scene and click on the bookmarklet to inject the inspector.

Including the Build

  1. Download the build
  2. Add the build to the bottom of your A-Frame scene:
<html>
  <body>
    <a-scene></a-scene>

    <!-- Add the inspector build below the scene markup. -->
    <script src="js/aframe-inspector.js"></script>
  </body>
</html>

Working on the Inspector

git clone git@github.com:aframevr/aframe-inspector.git
cd aframe-inspector
npm install
npm start

Then navigate to http://localhost:3333/example/

FAQs

Package last updated on 01 Nov 2016

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