I’ve installed the NPM package and have imported the package as instructed in the readme but I get an error.
This is how I have imported:
import BitmovinApi from '@bitmovin/api-sdk';
and this is the error:
Uncaught TypeError: Failed to resolve module specifier "@bitmovin/api-sdk". Relative references must start with either "/", "./", or "../".
this is where it is on my HTML page:
</body>
<script type="module" lang="javascript">
import BitmovinApi from '@bitmovin/api-sdk';
......
What am I doing wrong?