@reldens/modifiers

Reldens - Modifiers

Usage no npm install needed!

<script type="module">
  import reldensModifiers from 'https://cdn.skypack.dev/@reldens/modifiers';
</script>

README

Reldens - GitHub - Release

Reldens - Modifiers

About

This package is for the Modifiers class originally created for the Reldens project, but now it can be used anywhere. By implementing this package you will get:

  • The Modifier class which is a helper to apply and revert values into an specific target properties.
  • The Conditions class which is a helper to avoid an action only if the condition is satisfied.
  • Conditions array can be set on a Modifier to avoid the execution.
  • Calculator class which apply or revert the values.
  • The PropertyManager class to easily get or set a value in any object property following a path.
  • Shortcuts to common used functions.

Need something specific?

Request a feature here: https://www.reldens.com/features-request

Documentation

https://www.reldens.com/documentation/modifiers


Reldens

By DwDeveloper