Skip to content

v1.0.2

Compare
Choose a tag to compare
@kevinanielsen kevinanielsen released this 21 Oct 09:05
c1a3203

Added tests and updated export to default export.

import classifyImage from "tfjs-image-node";
// can now be used to import function

You can still install it from the npm registry with your favorite package manager like

npm install tfjs-image-node
# or
yarn add tfjs-image-node
# or 
bun add tfjs-image-node