JavaScript License Information
You can see all JavaScript used along with this application are Free Software.[1]
Resource | License | Source | Description |
loader.js | CC0-1.0-only | loader.js | For dynamically loading other scripts, and fallback if there are problems. |
image.js | CC0-1.0-only | image.js | Contains functions for image manipulation and public algorithms of image monochrome filters. |
i18n.js | Expat | i18n.js | For internationalization (language support) |
main.js | GNU-GPL-3.0-or-later | main.js | The main script for Cat-Printer |
polyfill.js | CC0-1.0-only | polyfill.js | Put features that are not supported by old browsers. |
main.comp.js | GNU-GPL-3.0-or-later | main.js | A bundle of transpiled scripts (polyfill.js, image.js, i18n.js, main.js), for compatibility to old browsers. |
vconsole.js | Expat | vconsole.js | A mini console for debugging on mobile, will only load when explicitly invoke. |