ember-cryptojs-shimdeprecated

ES6 Shim for CryptoJS in EmberJS

Usage no npm install needed!

<script type="module">
  import emberCryptojsShim from 'https://cdn.skypack.dev/ember-cryptojs-shim';
</script>

README

DEPRECATED: ember-cryptojs-shim

This addon has been deprecated, it is now possible (and frankly better) to use ember-auto-import to import and use CryptoJS.

Upgrading

yarn remove ember-cryptojs-shim
yarn add --dev crypto-js
ember install ember-auto-import

That's it! All of your existing imports (and many more) should continue to work.

License

This project is licensed under the MIT License.