diff --git a/README.md b/README.md index e29e0bf..789df96 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ A Datasette plugin that renders binary blob images with data-uris, using the new `render_cell` plugin hook available in Datasette master - see [issue 352](https://github.com/simonw/datasette/issues/352) for details. If a database row contains binary image data (PNG, GIF or JPEG), this plugin will detect that it is an image (using the [imghdr module](https://docs.python.org/3/library/imghdr.html) and render that cell using an `` element. + +Here's a [demo of the plugin in action](https://datasette-render-images-demo.datasette.io/favicons/favicons).