jasonlong / geo_pattern

Create beautiful generative geometric background images from a string.
http://jasonlong.github.io/geo_pattern/
MIT License
1.26k stars 89 forks source link

Add TypeScript port #69

Closed mooyoul closed 4 years ago

mooyoul commented 4 years ago

I needed to TypeScript support and Node.js support (including Browser-side support of course), so I've created TypeScript port of geo-pattern.

Package was tested with geo_pattern gem outputs, and generated output 100% matches to the original gem.

Also, This TypeScript port supports not only Node.js usage but also Browser usage. Live Example is available on https://mooyoul.github.io/geo-pattern/ Browser compatibility test results are available too.

It was a super fun project to dive in, thanks for the your efforts to this project ;)

jasonlong commented 4 years ago

Awesome, thanks @mooyoul!