tscircuit / schematic-symbols

Schematic symbols for tscircuit
https://symbols.tscircuit.com/
MIT License
0 stars 3 forks source link

Simplify Structure for Hackoctoberest #16

Open seveibar opened 3 days ago

homie-gg[bot] commented 3 days ago

Here are some pull requests that might be helpful reference for this task:

imrishabh18 commented 2 days ago

@seveibar One thing which can make contribution easier is, probably not having a big symbols.svg. Rather having individual named svg's, which the contributors can add in the assets folder according to the issue they have picked.

Another confusion which I faced was, that the .json files in the assets looks like we need to add a json file in there for the new component, which is not the case. Adding only the svg in symbols.svg will generate the json. So, probably moving those to a directory which says generated gives clear understanding (maybe adding it .gitignore will also help as this is generated everytime)

seveibar commented 1 day ago

@imrishabh18 those are both EXCELLENT ideas!!! I agree!!!

imrishabh18 commented 1 day ago

Okay, I will work upon these @seveibar