All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated
fillAnimatedCanvas
to show the newdebounceInputs
anddebounceDelay
setting
- Updated all design functions to use
opentype.js
for rendering text to<path />
elements or canvas. - Updated all design functions with a string input with options for
thin
andregular
versions of F Grotesk
- Fixed exporting issue for
textAndImageSVG
function.
- Updated all functions to follow
persistRandomOnExport
behavior instead ofusesRandom
.
- Renamed design function's
params
export toinputs
. This is not backwards compatible and is an API change.
- Renamed packages and scope to
@mechanic-design/dsi-logo-maker
and changed to private.
- Updated definitions to new design function parameter definition.
- Added design functions
textAndImageCanvas
andtextAndImageSVG
that use new image param.
- Changed name of system font used for logos from "F" to "F Grotesk Thin"
- Renamed some functions presets to existing words.
- Removed
usesRandom
setting from functions that didn't use it.
First logged release