Tag Archives: feature detection
APNG Feature Detection
I have made a simple script that utilizes the HTML5 <canvas> API in only 9 functional lines of JavaScript to detect if a browser supports APNG images. It can be useful for deciding when to serve a client browser APNG … Continue reading
Posted in JavaScript, JavaScript Libraries, JavaScript Snippets, Projects
Tagged APNG, Browsers, feature detection
View Comments