npmでHOWLER.jsを使う

Howlerは音声を簡単に扱うことができるライブラリです。

npm install howler

と実行して

import {Howl, Howler} from 'howler';

const sound = new Howl({
  src: ['sound.mp3']
});

sound.play();

とするだけで音がなります。

importの書き方

import Howl from 'howler';

このように書いているとエラーが出ました

script.js?v=12:14372 Uncaught TypeError: _howler2.default is not a constructor
    at new Shutter (script.js?v=12:14372)
    at Object.94../lib/InteractiveCarousel (script.js?v=12:14509)
    at s (script.js?v=12:1)
    at e (script.js?v=12:1)
    at script.js?v=12:1