diego3g / electron-typescript-react

:electron: An Electron boilerplate including TypeScript, React, Jest and ESLint.
1.45k stars 295 forks source link

Use SVG #80

Open moriokii opened 2 years ago

moriokii commented 2 years ago

How to use SVG or any image file in boilerplate?

caiulucas commented 2 years ago

I've just open a pull-request that allows us to use svg in this template.

If you go there, you can see what I did to resolve this problem:

https://github.com/diego3g/electron-typescript-react/pull/81