Kint JS will receive no updates for compatability with kint v4
A simple renderer and helper that uses Kint to dump to console.log()
<?php
include 'vendor/autoload.php';
j('data');
OR
<?php
include 'kint.phar';
include 'kint-js.phar';
j('data');