Skip to content

Instantly share code, notes, and snippets.

View underpig1's full-sized avatar

underpig underpig1

View GitHub Profile
// for
for (i => 10) {
log([#i + 1]px);
}
// variables
#var = 0;
myObject.fill = [#var + 1]px;
// myObject.fill is now '1px'
<!-- Neuron Language: -->
<script type = "text/neuron">
image {
tag: img;
src: path/to/image;
fill: [math.abs => -10] 0 0 0;
log(this.fill);
}