neodynamic / js-escpos-builder

JSESCPOSBuilder - ESC/POS Commands Builder for Javascript
MIT License
41 stars 14 forks source link

cputils and cptable script not working #13

Open marisaroude opened 10 months ago

marisaroude commented 10 months ago

Hello! the following scripts do not work.

    <script src="https://jsprintmanager.azurewebsites.net/scripts/cptable.js"></script>
    <script src="https://jsprintmanager.azurewebsites.net/scripts/cputils.js"></script>

The page displays the following: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

How can I replace it?

Thanks.

NattapatN commented 3 months ago

Try replace with this. It' work for me.

<script src="https://cdn.jsdelivr.net/gh/SheetJS/js-codepage/dist/cptable.js"></script>
<script src="https://cdn.jsdelivr.net/gh/SheetJS/js-codepage/dist/cputils.js"></script>