Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cryflow

mugetsu12MIT1.4.0

(/ˌcryptˈflow/) Show off words in a cryptic manner.

readme

cryflow Version License

(/ˌcryptˈflow/) Show off words in a cryptic manner.

Usage

<template>
  <cryflow
    :phrases="[
      'I am',
      'Randell',
      'a developer',
      'based in Philippines'
     ]"
   />
</template>

<script>
import Cryflow from 'cryflow'

export default {
  components: {
    Cryflow
  }
}
</script>