devidw / cp-json-to-img
Convert Adobe Captivate bundeld JSON images back to their original source files.
Fund package maintenance!
devidw
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/devidw/cp-json-to-img
Requires
- php: >=7.4.0
This package is auto-updated.
Last update: 2025-09-25 01:28:54 UTC
README
Convert Adobe Captivate bundeld JSON images back to their original source files.
Installation
composer require devidw/cp-json-to-img
Usage
<?php require_once dirname(__DIR__) . '/vendor/autoload.php'; $cpJsonToImg = new CpJsonToImg( __DIR__ . '/dr', __DIR__ . '/dr/out' ); $cpJsonToImg->convert();