@courseecho/ai-widget-react 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -270,12 +270,13 @@ MIT © 2026 CourseEcho
|
|
|
270
270
|
- 📖 Docs: https://courseecho.com/docs
|
|
271
271
|
- 🐛 Issues: [GitHub Issues](https://github.com/courseecho/ai-widget-sdk/issues)
|
|
272
272
|
- 💬 Chat: [Discord](https://discord.gg/courseecho)
|
|
273
|
+
- 📚 Full Guide: [Multi-Framework Integration](https://github.com/courseecho/ai-widget-sdk/blob/main/MULTI_FRAMEWORK_INTEGRATION_GUIDE.md)
|
|
273
274
|
|
|
274
275
|
---
|
|
275
276
|
|
|
276
277
|
**More integrations:**
|
|
277
|
-
- [Vue 3](
|
|
278
|
-
- [Angular 19+](
|
|
279
|
-
- [jQuery](
|
|
280
|
-
- [Node.js](
|
|
281
|
-
- [Core SDK](
|
|
278
|
+
- [Vue 3](https://www.npmjs.com/package/@courseecho/ai-widget-vue)
|
|
279
|
+
- [Angular 19+](https://www.npmjs.com/package/@courseecho/ai-widget-angular)
|
|
280
|
+
- [jQuery](https://cdn.courseecho.com/ai-widget-jquery.js)
|
|
281
|
+
- [Node.js](https://www.npmjs.com/package/@courseecho/ai-client-node)
|
|
282
|
+
- [Core SDK](https://www.npmjs.com/package/@courseecho/ai-core-sdk)
|