Skip to content

Instantly share code, notes, and snippets.

View OmarShehata's full-sized avatar

Omar Shehata OmarShehata

View GitHub Profile
@OmarShehata
OmarShehata / bitmap.html
Last active February 5, 2019 21:21
Benchmark for createImageBitmap. Live version: http://omarshehata.me/static/bitmap.html
<!DOCTYPE html>
<html>
<head>
<title>createImageBitmap</title>
</head>
<style>
canvas {
width:100%;
height:100%;
}