### 🌇 GitHub Skyline 3D calendar > âš ī¸ This plugin significantly increase file size, prefer using it as standalone. The *skyline* plugin lets you display your 3D commits calendar from [skyline.github.com](https://skyline.github.com/).
This uses puppeteer to generate collect image frames, and use CSS animations to create an animated rendering (GIF images are not animated in GitHub flavored markdown rendering which is why this design choice was made). #### âžĄī¸ Available options | Option | Type *(format)* **[default]** *{allowed values}* | Description | | ------ | -------------------------------- | ----------- | | `plugin_skyline` | `boolean` **[no]** | Display GitHub Skyline 3D calendar | | `plugin_skyline_year` | `number` **[current-year]** *{2008 ≤ đ‘Ĩ}* | Displayed year | | `plugin_skyline_frames` | `number` **[60]** *{1 ≤ đ‘Ĩ ≤ 120}* | Number of frames | | `plugin_skyline_quality` | `number` **[0.5]** *{0.1 ≤ đ‘Ĩ ≤ 1}* | Image quality | | `plugin_skyline_compatibility` | `boolean` **[no]** | Compatibility mode | *[→ Full specification](metadata.yml)* #### â„šī¸ Examples workflows ```yaml name: GitHub Skyline uses: lowlighter/metrics@latest with: filename: metrics.plugin.skyline.svg token: NOT_NEEDED base: '' plugin_skyline: 'yes' plugin_skyline_year: 2020 plugin_skyline_frames: 6 plugin_skyline_quality: 1 ```