UNPKG
hookformers
Version:
latest (1.1.0)
1.1.0
1.0.0
Simple, performant React Hooks for running Transformers.js in your browser.
hookformers
/
dist
/
hooks
/
useImageSegmentation.js
5 lines
•
222 B
JavaScript
View Raw
1
2
3
4
5
import
{ useTransformer }
from
"./useTransformers"
;
export
function
useImageSegmentation
(
model, options
) {
return
useTransformer
(
"image-segmentation"
, model, options); }
//# sourceMappingURL=useImageSegmentation.js.map