The PK2-Format is a container-format developed by Joymax the Korean game company and it's used in their games to pack all media files. This website is built on React framework and have client-side PK2 reader module written in JavaScript. Using this website - you can unpack any .pk2 file and export seperated media files to your computer.
Clone this repo and install npm modules:
npm install
In one command-line window run webpack (Make sure Webpack is installed globally first):
webpack -w
Then in another command-line window run quick web server:
http-server
Demo website here
Sample .pk2 files can be downloaded from here