sitegeist/kaleidoscope-wtf

Tools to better understand the Sitegeist.Kaleidoscope image rendering

dev-main 2022-03-26 18:00 UTC

This package is auto-updated.

Last update: 2024-03-26 22:30:22 UTC


README

Tools to better understand the Sitegeist.Kaleidoscope image rendering

This package adds a debug mode for Sitegeist.Kaleidoscope that replaces all imagesSources in with DummyImageSources while preserving existing dimensions.

That way the resulting image rendering and the chosen sizes can be evaluated without the Sitegeist.Monocle styleguide any by using the same rendering pathes as the actual website.

Authors & Sponsors

The development and the public-releases of this package is generously sponsored by our employer http://www.sitegeist.de.

Installation

Sitegeist.Kaleidoscope.Wtf is available via packagist run composer require --dev sitegeist/kaleidoscope-wtf. We use semantic versioning so every breaking change will increase the major-version number.

!!! This should only be installed temporarily or as dev-dependency. This code does should not be deployed to production servers !!!

Usage

By default enforcing of DummyImages is disabled and has to be enabled via setting.

Sitegeist:
  Kaleidoscope:
    Wtf:
      enforceDummyImages: true

Contribution

We will gladly accept contributions. Please send us pull requests.