UNPKG

@webwriter/neural-network

Version:

Deep learning visualization for feed-forward networks with custom datasets, training and prediction.

5 lines (3 loc) 147 B
import { createContext } from '@lit/context' import type { Theme } from '@/types/theme' export const themeContext = createContext<Theme>('theme')