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

arcsjs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcsjs

Augmented Reality Component System in web browser and node environment

  • 0.9.5
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

About ARCS.js

ARCS.js is the javascript version of ARCS (Augmented Reality Component System), a framework allowing to prototype augmented reality applications.

The aim of this project is to be able to do it using the recent HTML5 standard in order to use the web browser as a platform to design and develop augmented reality applications.

You can see more resources about ARCS on its website

How to build

The first thing is to clone this repository.

ARCS.js is using three tools in order to be built:

  • npm, the Node.js package manager,
  • webpack, a module bundler used as a build tool,
  • eslint, a linter in order to check code consistency.

We suppose that npm is already installed. Then, you will have to setup your development environment by typing these commands, the last one being executed in the local sources repository:

npm install -g webpack-cli

npm install -g eslint

npm install

Keywords

FAQs

Package last updated on 02 Apr 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

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