I want to load image from my assets folder. I don't want to use require because it violates my eslint rules (I follow airbnb rules). I use typescript. Do you have any best practices for this?
↧
I want to load image from my assets folder. I don't want to use require because it violates my eslint rules (I follow airbnb rules). I use typescript. Do you have any best practices for this?