dills122 / MTG-Card-Analyzer

Analyze images of MTG cards
MIT License
9 stars 3 forks source link

Refactor name matching into a class #18

Closed dills122 closed 5 years ago

dills122 commented 5 years ago

To keep the code standardized across the repo, match-name.js should be refactored into a class.

match-name.js

reference class

jpcasey commented 5 years ago

I just submitted PR #24 for this and tried to follow the style in the reference class. Is this along the lines of what you were looking for?