activator-oce-exporter
Version:
Extract Activator binder and convert it to valid OCE mono pacakge
15 lines (13 loc) • 826 B
HTML
<html><head>
<meta charset="utf-8">
<title>Component Demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link href="../../../dist/main.css" rel="stylesheet">
<!-- load the webcomponents loader, which injects the necessary polyfill bundle -->
<script src="../../../lib/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
</head>
<body>
<fusion-audio-player showvolumehandler="true" id="fff" src="../../../assets/audio/SampleAudio.mp3" show-volume="true" autoplay="false" show-volume-handler="true" show-play-button="true" width="423" additional-color="rgb(68, 191, 163)" main-color="rgb(97, 114, 142)" style="top:400px;">
</fusion-audio-player>
<script src="../../../dist/main.js"></script>
</body></html>