1.0.2 • Published 6 years ago
@singularity-corp/vera-taxonomy v1.0.2
Installation
npm install @singularity-corp/vera-taxonomyUsage
const vera = require('@singularity-corp/vera-taxonomy')API
Get grouped attributes by category:
vera.getGroupedAttributesByCategory('tops')get all attributes for category :
vera.getAllAttributesByCategory('tops')Get attributes values :
vera.attributeValues("footwear", "toe_type")Get drawers list :
console.log(vera.drawers)Get colors list :
console.log(vera.colors)Get color value :
vera.getColorHexByName('black')Get necklines list :
vera.necklinesGet patterns list:
vera.patterns