jscad customizer with non-react component #440

Merged
hrgdavor merged 22 commits from kurt/customizer-start-320 into main 2021-08-07 23:09:27 +02:00
Showing only changes of commit 725e877f1b - Show all commits

View File

@@ -50,7 +50,7 @@ const { intersect, subtract } = booleans
const { colorize } = colors
const { cube, cuboid, line, sphere, star } = primitives
const main = ({length=1}) => {
const main = ({length=340}) => {
const logo = [
colorize([1.0, 0.4, 1.0], subtract(
cube({ size: 300 }),