This project collects different types of files solely for testing my personal applications, such as the audio format converter Audioer and the video format converter Videoer. All copyrights belong to their original authors. This site assumes no legal responsibility or risk, and the content is not used for any commercial purpose. If you believe your copyright has been infringed, please contact me and I will promptly remove the related content. All files are sourced from free resources on the internet, but I cannot guarantee that every file is free from commercial restrictions. If you find any issue, please let me know. Users assume all risks arising from the use of the content on this site.
Preview: https://wangchujiang.com/filesamples/
Place different types of files into the docs/files
directory.
Use the scripts/main.mjs
script to generate data files (e.g., scripts/audio.json
)
for use in templates.
Common Commands
# Generate template data
npm run create
# Generate template data and compile templates
npm run start
# Generate template data, watch for changes, and compile templates in real time
npm run dev
MIT © Kenny Wong