WebBPM: getUserInput

JavaScript

import { getUserInput } from 'https://cdn.skypack.dev/web-bpm';

(async () => {
	const analyser = await getUserInput(512);
  console.log(analyser);
})();