0.0.1 • Published 13 days ago

@ginee-dev/ginee-x v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
13 days ago

Apply APP_KEY

Before using the component, please make sure that you have applied for the APP_KEY. To apply, please contact via email at yi.xu@advancegroup.com.

Installation via NPM

To install Ginee X dependency via NPM, use the following command:

npm install @ginee-dev/ginee-x

Integration Component

Import style, use the following command:

import '@ginee-dev/ginee-x/dist/css/style.css'

Create widget, use the following command:

import {createLLMWidget} from '@ginee-dev/ginee-x'

# init llm widget by ${APP_KEY}
createLLMWidget(${APP_KEY})

Change language, use the following command:

import {changeUILanguage} from '@ginee-dev/ginee-x'

# support enum en / zh / id / th / vi
changeUILanguage(${LANG})