UNPKG

hookformers

Version:

Simple, performant React Hooks for running Transformers.js in your browser.

5 lines 222 B
import { useTransformer } from "./useTransformers"; export function useImageSegmentation(model, options) { return useTransformer("image-segmentation", model, options); } //# sourceMappingURL=useImageSegmentation.js.map