UNPKG

@pipedream/printify

Version:

Pipedream Printify Components

17 lines (15 loc) 201 B
export const LIMIT = 100; export const SHIPPING_OPTIONS = [ { label: "Standard", value: 1, }, { label: "Priority", value: 2, }, { label: "Express", value: 3, }, ];