This file contains hidden or 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
| // import { Plugin, PrestionProject, Slide } from "."; | |
| class PrestionProject { | |
| public config: PrestionProjectConfig | |
| public slides: Slide<this>[] | |
| constructor(config: PrestionProjectConfigOptionals = {}) { | |
| this.config = config as PrestionProjectConfig | |
| this.slides = this.config.slides.map(Slide => new Slide(this)) |
This file contains hidden or 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
| { | |
| "recent_tracks_week": [ | |
| { | |
| "name": "Sin Miedo (del Amor y Otros Demonios) ∞", | |
| "image_small": "https://lastfm.freetls.fastly.net/i/u/34s/a2aa0354e06545fb4736694ee8639b89.jpg", | |
| "image_medium": "https://lastfm.freetls.fastly.net/i/u/64s/a2aa0354e06545fb4736694ee8639b89.jpg", | |
| "image_large": "https://lastfm.freetls.fastly.net/i/u/174s/a2aa0354e06545fb4736694ee8639b89.jpg", | |
| "image_extralarge": "https://lastfm.freetls.fastly.net/i/u/300x300/a2aa0354e06545fb4736694ee8639b89.jpg", | |
| "artist": "Kali Uchis" | |
| }, |
This file contains hidden or 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
| Testing started at 11:29 ... | |
| HTTP/1.1 200 OK | |
| Date: Tue, 30 Jun 2020 14:29:57 GMT | |
| Content-Type: image/svg+xml; charset=utf-8 | |
| Transfer-Encoding: chunked | |
| Connection: keep-alive | |
| Set-Cookie: __cfduid=d7cc6d93257e62a747f0eef13ab78d1b71593527391; expires=Thu, 30-Jul-20 14:29:51 GMT; path=/; domain=.switchblade.xyz; HttpOnly; SameSite=Lax; Secure | |
| X-Powered-By: Express | |
| ETag: W/"96f6-mexKwpnZ9YZz4OK5ogp5hcXXB/g" |
NewerOlder