nexmo-se / video-api-effects

MIT License
4 stars 8 forks source link

fixed typo for Linux #20

Open tsilv99 opened 2 years ago

tsilv99 commented 2 years ago

When running the library on Linux Ubuntu an error arises (typo) in import {BackgroundEffect} from './background/backgroundEffect'; because the names of the files are capitalized on the first letter automatically (backgroundEffect.ts turns in BackgroundEffect.ts). So, the URL import differs of the name of the file.