# h5p-standalone 2.1.0 Display H5P content without using a webserver ## Install ``` yarn add h5p-standalone ``` ## Basic Usage ```javascript import { H5P } from 'h5p-standalone'; // ES6 // const { H5P } = require('h5p-standalone'); AMD //