Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View syronz's full-sized avatar
🎩
Coding

Diako Sharifi syronz

🎩
Coding
View GitHub Profile
@syronz
syronz / index.html
Created September 24, 2020 11:07
map generator (voronoi diagram)
<!doctype html>
<html>
<head>
<style>
canvas{
position: absolute;
}
</style>
<script type="text/javascript" src="script.js"></script>
<script>