hypernova-aphrodite

Aphrodite bindings for Hypernova

Usage no npm install needed!

<script type="module">
  import hypernovaAphrodite from 'https://cdn.skypack.dev/hypernova-aphrodite';
</script>

README

hypernova-aphrodite

Aphrodite bindings for Hypernova.

Install

npm install hypernova-aphrodite

Usage

Here's how use use it in your module:

import { renderReactWithAphrodite } from 'hypernova-aphrodite';
import MyComponent from './src/MyComponent.jsx';

export default renderReactWithAphrodite(
  'MyComponent.hypernova.js', // this file's name (or really any unique name)
  MyComponent,
);