WebVideoCreator
WebVideoCreator copied to clipboard
Fix: Replace deprecated util.isString with typeof check
Replaced the deprecated util.isString API with typeof arg === "string" in lib/logger.js to resolve the DEP0056 deprecation warning.
Very nice