Created
September 3, 2018 01:31
-
-
Save mscoutermarsh/1daa99ff2b8b64f4bd54fa47a8f73280 to your computer and use it in GitHub Desktop.
curl - convert html/css to an image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Retrieve your user id and api key from the Dashboard https://htmlcsstoimage.com/dashboard | |
curl -X POST https://hcti.io/v1/image -u 'UserID:APIKey' | |
-d "html=<div class='ping'>Pong ✅</div>" | |
-d "css=.ping { padding: 20px; font-family: 'sans-serif'; }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment