@casual-simulation/crypto
Advanced tools
Changelog
V0.5.1
guest_###
upon logging into a new guest account for the first time.Changelog
V0.5.0
clone()
function.create()
function to be able to accept lists of diffs/files.
create(this, [ { hello: true }, { hello: false } ])
will create two files. One with #hello: true
and one with #hello: false
.create(this, [ { row: 1 }, { row: 2 } ], [ { column: 1 }, { column: 2 } ])
will create four files for every possible combination between row: 1|2
and column: 1|2
.create(this, { 'aux.color': 'red' }, [ makeDiff.addToContext('context_1'), makeDiff.addToContext('context_2') ])
will create two files that are both red but are on different contexts.create(this, @aux.color('red'), { 'aux.color': 'green' })
will find every file that is red, duplicate them, and set the new files' colors to green.tweenPlayerTo
function to set a consistent zoom on file focus..aux
file from the current selection/search.