# light-speed Returns the speed of light in Meters per Second (m/s). ## Install ```bash npm i light-speed --save ``` ## Use ```javascript import c from 'light-speed' console.log(c) // 299792458 ```