wp-asciiplayer/asciiplayer
dependabot[bot] dc20a6f305
build(deps-dev): Bump webpack from 5.85.0 to 5.85.1 in /asciiplayer (#1)
Bumps [webpack](https://github.com/webpack/webpack) from 5.85.0 to 5.85.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.85.0...v5.85.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-06 00:44:01 +08:00
..
src feat: The first available version. 2023-06-05 05:03:04 +08:00
styles feat: The first available version. 2023-06-05 05:03:04 +08:00
.gitignore docs: Add a Readme document for the adapter. 2023-06-05 13:51:33 +08:00
package-lock.json build(deps-dev): Bump webpack from 5.85.0 to 5.85.1 in /asciiplayer (#1) 2023-06-06 00:44:01 +08:00
package.json build(deps-dev): Bump webpack from 5.85.0 to 5.85.1 in /asciiplayer (#1) 2023-06-06 00:44:01 +08:00
README.md docs: Add a Readme document for the adapter. 2023-06-05 13:51:33 +08:00
webpack.config.js feat: The first available version. 2023-06-05 05:03:04 +08:00

wp-asciiplayer-adapter

This library needs to be used with the WordPress Ascicast Player plugin.

How to work

The Asciicast Player plugin will generate a div element containing the parameters required for asciicast playback for the asciiplayer short code in the post:

<div class="asciiplayer-container" 
     data-ap-src="https://asciinema.org/a/28307.cast" 
     data-ap-opts="%7B%22fit%22%3A%22width%22%2C%22preload%22%3Atrue%7D">
</div>

Then, the adapter will search for these div elements and use asciinema-player to create an Asciicast player within the div elements.