Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>x-pwgen</title>
</head>
<body>
  <x-pwgen composed flags="-sy" length="20" number="1"></x-pwgen>
  <script type="module">
    import 'https://unpkg.com/pwgen'
    document.addEventListener(
      'x-pwgen-handle-password',
      ({ detail }) => {
        console.log(detail.msg)
      }
    )
  </script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers