circle_boundary 0.1.19

A Rust library to calculate the boundary of a circle, coordinates given in bitmap style discrete integers.
Documentation
1
2
3
4
5
6
7
8
9
10
const path = require('path')

module.exports = {
    entry: "./index.js",
    output: {
        path: path.resolve(__dirname, "dist"),
        filename: "index.js",
    },
    mode: "development"
}