We can try to add pre-built binaries for the node addon (td.cpp) using prebuildify and node-gyp-build, so that the users of the library don't need to install dependencies of node-gyp. This can be especially cumbersome on Windows. (Note that TDLib itself still needs to be compiled.)
We can try to add pre-built binaries for the node addon (
td.cpp
) using prebuildify and node-gyp-build, so that the users of the library don't need to install dependencies of node-gyp. This can be especially cumbersome on Windows. (Note that TDLib itself still needs to be compiled.)