So, I am creating a simple playing cards game using create-react-app and the cardsJS
The thing is, I can't figure out how to include the styles and svg files from the node_modules
folder, what's is the reactive way, the best practice in such case?
I want to be able to get a specific card from that folder dynamically, bearing in mind that the cards folder contains 52 svg files representing the cards.