strudel/website/src/pages/learn/accumulation.mdx
Felix Roos ea1b2252fc remove unused descriptions
+ fix some titles
+ comment out unfinished packages page
+ start offline page
2023-02-09 21:42:48 +01:00

34 lines
548 B
Plaintext

---
title: Accumulation Modifiers
layout: ../../layouts/MainLayout.astro
---
import { MiniRepl } from '../../docs/MiniRepl';
import { JsDoc } from '../../docs/JsDoc';
# Accumulation Modifiers
## superimpose
<JsDoc client:idle name="Pattern.superimpose" h={0} />
## layer
<JsDoc client:idle name="Pattern.layer" h={0} />
## off
<JsDoc client:idle name="Pattern.off" h={0} />
## echo
<JsDoc client:idle name="Pattern.echo" h={0} />
## echoWith
<JsDoc client:idle name="echoWith" h={0} />
## stut
<JsDoc client:idle name="stut" h={0} />