Socket
Book a DemoInstallSign in
Socket

@allcommercehq/allstudio

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allcommercehq/allstudio

Embedded video player components to integrate short videos & live streaming in your website or mobile app.

latest
Source
npmnpm
Version
1.3.6
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Built With Stencil

All Studio

Getting Started

Script tag

  • Put a script tag similar to this <script type='module' src='https://unpkg.com/as-player@0.0.1/dist/as-player.esm.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install as-player --save
  • Put a script tag similar to this <script type='module' src='node_modules/as-player/dist/as-player.esm.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install as-player --save
  • Add an import to the npm packages import as-player;
  • Then you can use the element anywhere in your template, JSX, html etc

FAQs

Package last updated on 07 Apr 2023

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