tscircuit / easyeda-converter

Convert easyeda JSON PCB footprints into tscircuit json
MIT License
2 stars 2 forks source link

Make sure model path resolves when generating typescript components #29

Closed seveibar closed 3 months ago

seveibar commented 3 months ago

I generated a component for C57369 and the model was invalid. This will be confusing for users- if the model isn't available (we can ping the url) then we shouldn't populate cadModel

image