@bluebillywig/foundation
v1.0.0
Published
Foundation library for loading and creation of Blue Billywig embeddables
Readme
bbjs
Blue Billywig JS Foundation ⏚
Adding to your package.json 📦
"dependencies": {
"@bluebillywig/foundation": "^1.0.0"
}Importing 🧩
import foundation from 'foundation';Usage
foundation.loadPlayer(opts, function (_) { }); const player = foundation.getPlayer(opts);
