0.4.0 • Published 2 years ago

@toriyama/draw-julia v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

draw-julia

Draw julia set

Build

wasm-pack build --target web --scope toriyama
cd pkg
npm publish --access=public

Usage

import init, { JuliaSet } from "@toriyama/draw-julia";

await init();
const juliaSet = JuliaSet.new({
	re: -0.15,
	im: 0.65,
});
const canvas = document.getElementById("julia-set");
juliaSet.draw(canvas, {
	south: -2.0,
	north: 2.0,
	west: -2.0,
	east: 2.0,
});
0.4.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago