@toolsnap/jewelry-materials-guide
v1.0.0
Published
Reference data for jewelry materials, gemstone properties, and bead sizing — useful for jewelry making apps and tools.
Maintainers
Readme
@toolsnap/jewelry-materials-guide
Reference data for jewelry making: gemstone properties, wire gauges, and bead sizes.
Installation
npm install @toolsnap/jewelry-materials-guideUsage
const { GEMSTONES, WIRE_GAUGES, BEAD_SIZES } = require('@toolsnap/jewelry-materials-guide');
console.log(GEMSTONES);
// [{ name: "Amethyst", color: "Purple", hardness: 7, meaning: "Calmness & Clarity", chakra: "Crown" }, ...]Data Included
- GEMSTONES — 10 popular gemstones with color, hardness, meaning, and chakra
- WIRE_GAUGES — Standard wire gauge sizes with mm equivalents and use cases
- BEAD_SIZES — Common bead sizes from 4mm to 15mm
About
This package provides reference data for jewelry making applications. For tutorials and project ideas, visit SageStone Blog.
License
MIT
