@allcommercehq/allstudio
TypeScript icon, indicating that this package has built-in type declarations

1.3.6 • Public • Published

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

Dependencies (5)

Dev Dependencies (6)

Package Sidebar

Install

npm i @allcommercehq/allstudio

Weekly Downloads

2

Version

1.3.6

License

MIT

Unpacked Size

14.1 MB

Total Files

206

Last publish

Collaborators

  • allcommercehq