Skip to content

Commit

Permalink
Rename to H5P.InteractiveBookXR
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Nov 11, 2024
1 parent da0512a commit a7f0820
Show file tree
Hide file tree
Showing 6 changed files with 2,259 additions and 5,249 deletions.
8 changes: 4 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Interactive Book",
"title": "Interactive Book (XR)",
"description": "An interactive book which displays content in pages and sections",
"majorVersion": 1,
"minorVersion": 11,
Expand All @@ -12,18 +12,18 @@
},
"author": "Joubel",
"license": "MIT",
"machineName": "H5P.InteractiveBook",
"machineName": "H5P.InteractiveBookXR",
"embedTypes": [
"iframe"
],
"preloadedJs": [
{
"path": "dist/h5p-interactive-book.js"
"path": "dist/h5p-interactive-book-xr.js"
}
],
"preloadedCss": [
{
"path": "dist/h5p-interactive-book.css"
"path": "dist/h5p-interactive-book-xr.css"
}
],
"preloadedDependencies": [
Expand Down
Loading

0 comments on commit a7f0820

Please sign in to comment.