strukturag / libde265.js

JavaScript-only version of libde265 HEVC/H.265 decoder.
GNU Lesser General Public License v3.0
601 stars 163 forks source link

Split code into different modules #12

Open wintlu opened 8 years ago

wintlu commented 8 years ago

Currently we have a huge big source file, it is difficult to read and maintain. Is it possible we split it into different modules (maybe as a npm module)? I am asking this because I only need the Decoder feature of this library. I am using webpack as build tool

hotkidfamily commented 6 years ago

did you get it ?

adminy commented 6 years ago

@hotkidfamily yes, long ago. It takes about 2 days to do. But really it’s mostly already separated into modules. Have a look at the source code.