🚀 Bisatopup Widget - Production Build

Welcome to the Bisatopup widget distribution. This container serves the production-ready widget files.

📦 Available Files

bisatopup-widget.js (~607KB - Main widget bundle)
bisatopup-widget.css (~87KB - Widget styles)
integration-guide.html (📘 Interactive Integration Guide)
WIDGET_INTEGRATION.md (Markdown documentation)
example.html (Working example)

🔧 Quick Integration

<!-- Include Widget CSS -->
<link rel="stylesheet" href="https://widget.bisatopup.co.id/bisatopup-widget.css">

<!-- Include Widget JS -->
<script src="https://widget.bisatopup.co.id/bisatopup-widget.js"></script>

<!-- Initialize Widget -->
<script>
  const widget = Object.create(btuPpob);
  widget.key = "your-api-key";
  widget.init();
</script>

📚 Documentation

For detailed integration instructions, please see the integration guide.

🛠️ Container Info