You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note**: Early versions (v0.1.x) supported a "three files" CDN approach using `/build/` directory files. This approach is no longer supported as the build architecture changed from auto-executing scripts to library exports. Use the standalone bundle above instead.
174
+
171
175
#### Programmatic Control
172
176
173
177
When using the JavaScript API in plain HTML/JS (requires standalone bundle), you get a controller object with imperative methods:
@@ -264,6 +268,7 @@ The package includes both `/dist/` and `/build/` directories:
264
268
- `access-qa-bot.standalone.js` (Self-contained for plain HTML)
265
269
266
270
- **`/build/`**: React app build files
271
+
- **Not for standalone CDN usage** (use `/dist/access-qa-bot.standalone.js` instead)
267
272
- Required for shadow DOM implementations that need to import CSS directly
0 commit comments