laurentsorin

Results 1 comments of laurentsorin

@Qumeric Having issue importing png, I found the solution by adding `index.d.ts` with only the line `declare module '*.png'` then in tsconfig.json : `"include": [ "./src/**/*", "index.d.ts" ]`