spyne-pyxl-web
v1.0.0
Published
```js npm i spyne-pyxl-web@<version> ``` ```js import { FoodProcessing } from 'spyne-pyxl-web' import "spyne-pyxl-web/dist/index.min.css" ``` ```js <FoodProcessing apiKey="YOUR_SPYNE_API_KEY" skuName="Food Plate" /> ```
Readme
Spyne Web SDK for seamless image processing
Food
npm i spyne-pyxl-web@<version>import { FoodProcessing } from 'spyne-pyxl-web'
import "spyne-pyxl-web/dist/index.min.css" <FoodProcessing
apiKey="YOUR_SPYNE_API_KEY"
skuName="Food Plate"
/>| prop | type | default | description | required | |-------------|-------------|-----------------|---------------------|-----| |apiKey |string | null| Spyne API key | true |skuName| string| SKU_timestamp_in_ms| Sku name | false |projectName| string | PRJ_timestamp_in_ms | Project Name | false |foodType| string | null | Icon to show whether food is veg or non veg isIn:['veg','nonVeg','']| false |retryCount| number | 3 | To set restrictive/non-restrictive Flow | false |sampleShots| arrayOf(string)| [] | Reference images of good shoots to guide the user | false
