diff --git a/README.md b/README.md index e2cb7ed..67df44e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Retrieves data from the [caniuse repository](https://github.com/Fyrd/caniuse). Largely based off of [caniuse-cmd](https://github.com/sgentle/caniuse-cmd), with fewer flags. +demo + ## License [MIT](LICENSE) diff --git a/assets/demo.gif b/assets/demo.gif new file mode 100644 index 0000000..aad21e0 Binary files /dev/null and b/assets/demo.gif differ diff --git a/assets/demo.tape b/assets/demo.tape new file mode 100644 index 0000000..b46d9f8 --- /dev/null +++ b/assets/demo.tape @@ -0,0 +1,45 @@ +Output demo.gif + +Set FontSize 20 +Set Width 1500 +Set Height 900 +Set PlaybackSpeed 0.75 + +# Catppuccin Mocha +Set Theme { "black": "#45475a", "red": "#f38ba8", "green": "#a6e3a1", "yellow": "#f9e2af", "blue": "#89b4fa", "purple": "#f5c2e7", "cyan": "#94e2d5", "white": "#bac2de", "brightBlack": "#585b70", "brightRed": "#f38ba8", "brightGreen": "#a6e3a1", "brightYellow": "#f9e2af", "brightBlue": "#89b4fa", "brightPurple": "#f5c2e7", "brightCyan": "#94e2d5", "brightWhite": "#a6adc8", "background": "#1e1e2e", "foreground": "#cdd6f4", "selectionBackground": "#585b70", "cursorColor": "#f5e0dc" } + +Hide +Type 'wget -O caniuse.tar.gz https://git.jojodev.com/attachments/cf94b6d5-7672-4825-9543-e68ed51b61c4' +Enter +Sleep 5s +Type 'tar -xzf caniuse.tar.gz caniuse' +Enter +# Initialize the caniuse cache +Type './caniuse cache' +Enter +Type 'clear' +Enter +Show + +# Demo + +Type './caniuse websockets' +Sleep 500ms +Enter +Sleep 3s + +Type 'clear' +Sleep 200ms +Enter +Type './caniuse forms' +Sleep 500ms +Enter +Sleep 5s + +# End demo + +Hide +Type 'rm caniuse.tar.gz' +Enter +Type 'rm caniuse' +Enter