Coder Social home page Coder Social logo

georgeejr / firebase-angular-starter-pack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlearchive/firebase-angular-starter-pack

0.0 0.0 0.0 15.28 MB

A Firebase + AngularJS Starter Pack

License: MIT License

HTML 0.47% Ruby 0.02% CSS 19.68% JavaScript 71.68% Objective-C 5.66% C 0.07% Shell 0.46% AppleScript 0.02% Java 1.38% C++ 0.16% C# 0.36% QML 0.03% Batchfile 0.01%

firebase-angular-starter-pack's Introduction

Banuba SDK Web AR demo app

Requirements

Obtaining Banuba SDK Web AR

To get the latest Banuba SDK Web AR release please fill in the form on banuba.com website, or contact us via [email protected].

Obtaining Banuba Client token

Banuba Client token is required to get Banuba SDK Web AR working.

Generally it's delivered with Banuba SDK Web AR archive.

To receive a new trial client token please fill in the form on banuba.com website, or contact us via [email protected].

Environment setup and local run

Clone the repository

git clone [email protected]:Banuba/quickstart-web.git

Put Banuba SDK Web AR files into the cloned folder

quickstart-web/
   effects/
   BanubaClientToken.js
+  BanubaSDK.data
+  BanubaSDK.js
+  BanubaSDK.wasm
   index.html
   README.md
   styles.css

Insert Banuba client token into BanubaClientToken.js

window.BANUBA_CLIENT_TOKEN = "PUT YOUR CLIENT TOKEN HERE"

Run the live server in the cloned folder

npx live-server

Open localhost:8080

Adding a new effect

Zip the effect folder and put it under the effects/ subfolder

quickstart-web/
   effects/
     Afro.zip
     PoliceMan.zip
     Glasses.zip
     MonsterFactory.zip
+    NewEffect.zip
     Spider.zip
   BanubaClientToken.js
   BanubaSDK.data
   BanubaSDK.js
   BanubaSDK.wasm
   index.html
   README.md
   styles.css

Add the effect name into effects array at index.html, line 65

<script type="module">
  import { Effect, Webcam, Player, VideoRecorder, ImageCapture, Dom } from "./BanubaSDK.js"

  const effects = [
+   "NewEffect",
    "Afro",
    "PoliceMan",
    "Glasses",
    "MonsterFactory",
    "Spider",
  ]

firebase-angular-starter-pack's People

Contributors

abeisgoat avatar asciimike avatar davei234 avatar davideast avatar geoextra avatar katowulf avatar robertdimarco avatar sararob avatar startupandrew avatar vikrum avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.