Skip to content

Instantly share code, notes, and snippets.

@zsajjad
Last active March 19, 2019 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zsajjad/bfc154705df8569f322a3aad87703658 to your computer and use it in GitHub Desktop.
Save zsajjad/bfc154705df8569f322a3aad87703658 to your computer and use it in GitHub Desktop.
Method to create & use JS instance of fritz builtin styling model
import { RNFritzVisionImageStyling } from 'react-native-fritz';
const poppyField = await RNFritzVisionImageStyling({
name: 'poppyField',
customModel: false,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment