跳至主要內容

Plaoc WebComponent

BFChain小于 1 分钟

Plaoc WebComponent

一个提供跨平台的访问系统功能的 WebComponent 形式的前端插件;

安装

npm install @plaoc/plugins

示例

<body>
  <dweb-barcode-scanning></dweb-barcode-scanning>
  <button @click="taskPhoto()">scanner</button>
<script type="module">
import "@plaoc/plugins"
const barcodeScanner = document.querySelector("dweb-barcode-scanning")!
// Call barcode scanning
async function taskPhoto() {
  await barcodeScanner.startScanning();
}
Object.assign(globalThis,{ taskPhoto })
</script>
</body>

相关链接

Plaoc Plugin

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.7