-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Show pattern creation and configuration object based on the values set in the demo controls panel so that a user could copy and paste the working implementation. For example,
const pattern = new PerlinNoisePattern({
octaves: 4,
frequency: 0.05,
lacunarity: 2,
});
const ascii = new ASCIIGround()
.init({
canvas,
pattern,
{
color: "#20FBCA",
backgroundColor: "#FF00FA",
characters: ["1", "+", "#", "-"],
}
})Acceptance criteria:
- Code is shown and updated when control values change.
- There is a button to copy the generated code.
- Pressing the copy button alongside the code block copies the code to the clipboard.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Todo