@nlux/core
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@nlux/core", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "nlux is Javascript and React library for building conversational AI interfaces, with support for OpenAI, Hugging Face, and more.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -87,10 +87,2 @@ # [nlux JS](https://nlux.ai) 🌲✨💬 | ||
You can download and host the `Nova Theme` CSS file | ||
from [`@nlux/themes`](https://www.npmjs.com/package/@nlux/themes) or use the | ||
CDN hosted version from below: | ||
```jsx | ||
<link rel="stylesheet" href="https://themes.nlux.ai/v1.0.2/nova.css"/> | ||
``` | ||
This CDN is provided for demo purposes only and it's not scalable. | ||
Please download and host the theme files on your own for production use. | ||
from [`@nlux/themes`](https://www.npmjs.com/package/@nlux/themes) package. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
355595
87