@tracerbench/find-chrome

Small wrapper for chrome-launcher to extract just finding chrome.

Usage no npm install needed!

<script type="module">
  import tracerbenchFindChrome from 'https://cdn.skypack.dev/@tracerbench/find-chrome';
</script>

README

@tracerbench/find-chrome

Small wrapper around chrome-launcher to extract just the chrome executable finding part.

Usage

import findChrome from "@tracerbench/find-chrome";

const executablePath = findChrome();