hookformers
Version:
Simple, performant React Hooks for running Transformers.js in your browser.
9 lines • 404 B
JavaScript
/**
* @module hookformers
* @description The public API for the Hookformers library. This file exports all the hooks, types,
* and utilities available to developers.
*/
export { useTransformer } from "./hooks/useTransformers";
export { useImageSegmentation } from "./hooks/useImageSegmentation";
export { useTextClassification } from "./hooks/useTextClassification";
//# sourceMappingURL=index.js.map