newalphamedia
newalphamedia
Is there any way to programmatically pan to the location of a node? For example, if the orgchart becomes really wide we may want to pan to the top-most node...
The line: `eval($var . '="' . str_replace('"', '\"', $itm) . '";');` Should be: `$itm = rtrim($itm,"\\"); eval($var . '="' . str_replace('"', '\"', $itm) . '";');` Because if $itm has a...
The geoip.log builds up with errors that aren't helpful. I want to prevent them getting logged. Any ideas? I don't believe geoip has a config setting for this, does it?
I import sound files like so: `const soundFiles = require.context('./assets/sounds', true, /\.(aac)$/i);` This creates some urls which I can pass to musquito to play, however it won't work when run...