@beyondwords/ghost-helper
Advanced tools
Comparing version 0.0.1-rc.9 to 0.1.0
{ | ||
"name": "@beyondwords/ghost-helper", | ||
"version": "0.0.1-rc.9", | ||
"version": "0.1.0", | ||
"author": "BeyondWords Developers", | ||
"description": "BeyondWords Player integration for Ghost", | ||
"main": "dist/umd.js", | ||
"license": "MIT", | ||
"license": "See license in README.md", | ||
"scripts": { | ||
"build": "vite build", | ||
"lint": "eslint src" | ||
"lint": "eslint ." | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.16.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.0", | ||
"@typescript-eslint/parser": "^5.59.0", | ||
"eslint": "^8.39.0", | ||
"typescript": "^5.0.4", | ||
"vite": "^4.3.1" | ||
"@types/node": "^20.5.7", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.9" | ||
}, | ||
"dependencies": { | ||
"@beyondwords/player": "^0.0.0-beta27" | ||
"@beyondwords/player": "^0.1.12" | ||
} | ||
} | ||
} |
@@ -36,2 +36,14 @@ # BeyondWords Ghost Helper | ||
## Segments Playback | ||
```html | ||
<script async defer src="https://proxy.beyondwords.io/npm/@beyondwords/ghost-helper@latest/dist/umd.js" | ||
onload="new BeyondWords.GhostHelper({ | ||
projectId: <ID>, | ||
assignMarkersEnabled: true, | ||
contentTarget: '.c-content' | ||
})"> | ||
</script> | ||
``` | ||
## Custom styles | ||
@@ -106,2 +118,10 @@ | ||
BeyondWords Ghost Helper is [MIT licensed](LICENSE). | ||
Copyright (c) 2023 Lstn Ltd (trading as BeyondWords). All rights reserved. | ||
This repository and its contents, including but not limited to source code, documentation, and assets, are the sole property of BeyondWords and are protected by applicable copyright, trademark, and other intellectual property laws. | ||
You are granted permission to use the player embed, SDK and the provided NPM package for your projects. No part of this repository may be otherwise reproduced, distributed, modified, or transmitted in any form or by any means, electronic or mechanical, without the prior written permission of BeyondWords, except for the purpose of submitting pull requests and contributing to the project. | ||
Contributions in the form of pull requests are welcome; however, BeyondWords reserves the right to review, approve, or reject any modifications to the code. | ||
For inquiries and permission requests, please contact support@beyondwords.io. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
6
126
2887606
9
1
3649
+ Added@beyondwords/player@0.1.54(transitive)
- Removed@beyondwords/player@0.0.0-beta9(transitive)
Updated@beyondwords/player@^0.1.12