New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

shaderarts-frame

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

shaderarts-frame

Application for frame device like Raspberry Pi.

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

shaderarts-frame

Application for frame device like Raspberry Pi.

Get Started

How to start application on Raspberry Pi.

setup for firebase

Place firebaseConfig.ts under src dir.

// Fill appropriate values.
export const firebaseConfig = {
    apiKey: "",
    authDomain: "",
    databaseURL: "",
    projectId: "",
    storageBucket: "",
    messagingSenderId: ""
};

Preparation for frame device

Install node.js and npm beforehand.

And the, install glslViewer.

$ sudo apt-get install glslviewer

Build

$ npm install
$ npm run build

Start Application

$ node bin/cli

FAQs

Package last updated on 10 Aug 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