A tool for optimizing the images of a web page.
Download and install the installer for your system:
Open Launchpad and search for terminal.
Alternatively, you can access the terminal by pressing ⌘ + SPACE on your keyboard and searching for "terminal."
Click Start and search for "Command Prompt."
Alternatively, you can also access the command prompt by pressing Ctrl + R on your keyboard, type "cmd" and then click OK.
You can use in your terminal or command prompt any of the following commands. Just type it in and press enter.
Optimize all the rendered images.
USAGE
$ wio optimize <PAGEURL>
ARGUMENTS
PAGEURL Page's URL from where to optimize images.
OPTIONS
-h, --help show CLI help
Generate the preload tag for the largest image visible within the initial viewport.
USAGE
$ wio preload <PAGEURL>
ARGUMENTS
PAGEURL Page's URL to which generate the preload tag.
OPTIONS
-h, --help show CLI help
Update the wio CLI
USAGE
$ wio update
Contributions are always welcome!
See ./docs/CONTRIBUTING.md
for ways to get started.