Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htmlcsstoimage/docs
The API for generating high quality images from HTML/CSS.
https://github.com/htmlcsstoimage/docs
api converter css documentation html javascript ruby screenshot
Last synced: 3 months ago
JSON representation
The API for generating high quality images from HTML/CSS.
- Host: GitHub
- URL: https://github.com/htmlcsstoimage/docs
- Owner: htmlcsstoimage
- Created: 2018-10-12T00:25:53.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T23:04:19.000Z (7 months ago)
- Last Synced: 2024-04-16T08:33:35.906Z (7 months ago)
- Topics: api, converter, css, documentation, html, javascript, ruby, screenshot
- Language: JavaScript
- Homepage: https://docs.htmlcsstoimage.com
- Size: 39.2 MB
- Stars: 78
- Watchers: 4
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Docs
👋 This is the source for our documentation site: https://docs.htmlcsstoimage.com.
If you've found an error, or would like to suggest an improvement, please open an issue or a pull request.
## Get help
If you need help with your account, please email us: [email protected]## Development
This is a static site generated by Jekyll and served from [Cloudflare Workers](https://blog.cloudflare.com/workers-sites/).
To run it locally, you need Ruby installed.
1. Install the gems
```
bundle install
```2. Start the development server
```
HCTI_API_KEY=key bundle exec jekyll serve --livereload
````HCTI_API_KEY` is only required to be set for production. You can set it to a fake value for development.
## Production
[![](https://github.com/htmlcsstoimage/docs/workflows/Deploy/badge.svg)](https://github.com/htmlcsstoimage/docs/actions)Docs are built and deployed with GitHub Actions.