@ritani/diamond-glossary

diamond glossary collection

Usage no npm install needed!

<script type="module">
  import ritaniDiamondGlossary from 'https://cdn.skypack.dev/@ritani/diamond-glossary';
</script>

README

A Convenient Collection of Diamond Glossary

Collects: certificate_lab, shape, color, clarity, cut, polish, fluorescence, symmetry, lab_grown, fancy_color and fancy_color_intensity

values_maps aggregate:

1) values - allowed value keys, 
2) map - key to name mapping
3) reverse map - name to key mapping.

How to use?

install

npm install @ritani/diamond-glossary

in code

const {values_maps, certificate_full_names} = require('@ritani/diamond-glossary);

console.log(values_maps);

console.log(certificate_full_names);