1.0.6 • Published 4 years ago

imeplayer-embed v1.0.6

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

ImePlayer Embed

Setup

npm install

Compiles and hot-reloads for development

npm run serve

Deploying

(tem máquinas diferentes de hmg, dev e prod?)

Compiles and minifies for production

npm run build

Deploy

npm version patch
git push && git push origin --tags
npm publish # requires authentication

Aplication user usage

<!-- Send sensors into a cross-domain iOS iframe -->
<script defer src="//unpkg.com/imeplayer-embed@latest/dist/embed.js?id=imeplayer"></script>

...

<body>
  <iframe
    id="imeplayer"
    height="100%"
    width="100%"
    allow="xr-spatial-tracking,gyroscope,accelerometer,fullscreen"
    src="https://player.imersys.com/video/357624974"
  >
  </iframe>
</body>
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago