@genai-fi/recom
v0.3.18
Published
[Generation AI](https://www.generation-ai-stn.fi) base code library for all common components of our educational apps.
Readme
Introduction
Generation AI base code library for all common components of our educational apps.
Getting Started
npm install @knicos/genai-baseimport { ConnectionMonitor } from '@knicos/genai-base';
function MyComponent() {
return <ConnectionMonitor />;
}Build and Test
Use npm run build to build the library in the dist folder. Testing uses vitest with npm test.
