• Probably below code snippet is part of the solution, but how do I copy the content from the .lite file to …atob("....")… ? The .lite file seems to be a binary file, should I convert it first?

    require("Storage").write(".tfmodel",atob­("....."));
    require("Storage").write(".tfnames","lef­t,right");
    
    
About