SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 68 forks source link

fix: keyswithmetadata require #658

Closed tkurki closed 6 months ago

tkurki commented 6 months ago

Remove the duplicate require & exports line and change the remaining import to include .json in the file reference. This makes the require Webpack-friendly and allows usage in browser environment.