import { LEDChip } from 'kch-rgbw-lib'; const rLED = new LEDChip('LED_R', { x: 0.6857, y: 0.3143, maxLuminance: 30.6, name: 'Red' }); // Snippet ends console.log(rLED);