文件名称:teo-motorcortex-player
文件大小:746KB
文件格式:ZIP
更新时间:2024-04-05 13:45:52
JavaScript
Teo MotorCortex播放器 安装 ~ npm install @kissmybutton/motorcortex-player 或者~ yarn add @kissmybutton/motorcortex-player 目的 Teo MotorCortex播放器是专门为MotorCortex Clips设计的类似视频的播放器。 除其他功能外,播放器还允许用户播放/暂停和查找剪辑,控制主音量和播放速度等等。 用法 该播放器可与任何MotorCortex Clip一起使用。 这是具有最小可能配置的示例: const TeoPlayer = require ( '@kissmybutton/motorcortex-player' ) ; const player = new TeoPlayer ( { clip : MyClip } ) ; 控制项 播放/暂停按钮
【文件预览】:
teo-motorcortex-player-master
----.travis.yml(357B)
----.eslintrc(822B)
----.babelrc(43B)
----rollup.config.js(874B)
----.lintstagedrc(291B)
----package.json(4KB)
----.github()
--------ISSUE_TEMPLATE.md(566B)
--------workflows()
----teo-player.png(13KB)
----.stylelintrc.json(214B)
----LICENSE(1KB)
----package-lock.json(1.69MB)
----dist()
--------motorcortex-player.umd.js(93KB)
--------motorcortex-player.cjs.js(132KB)
--------motorcortex-player.esm.js(132KB)
----src()
--------config.js(162B)
--------helpers.js(4KB)
--------index.js(23KB)
--------listeners()
--------html()
--------.gitkeep(0B)
----.gitignore(722B)
----demo()
--------index.js(6KB)
--------index.html(220B)
--------testPlugin()
--------webpack.config.js(708B)
--------bundle.js(997KB)
----commitlint.config.js(67B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(9KB)
----wipe-dependencies.js(742B)
----.eslintignore(14B)
----.editorconfig(190B)