phoboslab / jsmpeg

MPEG1 Video Decoder in JavaScript
MIT License
6.38k stars 1.43k forks source link

Import in angular 2 project #271

Open f4bb1o opened 5 years ago

f4bb1o commented 5 years ago

Hi, How can i import this library in angular 2 Project? Thank you

kresimirfijacko commented 5 years ago

Library author decided not to provide support for such things, but fortunate for us, there is already npm package which seems to be regulary updated: https://www.npmjs.com/package/jsmpeg-player I have used this package in angular7 and it works.