Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

giving matter js_name of default #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

joshfinnie
Copy link
Owner

I think this should remove the need to run wasm-frontmatter as the following:

import { matter } from 'wasm-frontmatter';

if this instead allows us to do this:

import matter from 'wasm-frontmatter';

this would be a huge win in replacement of gray-matter smoother...

I think this should remove the need to run `wasm-frontmatter` as the following:

```
import { matter } from 'wasm-frontmatter';
```

if this instead allows us to do this:

```
import matter from 'wasm-frontmatter';
```

this would be a huge win in replacement of `gray-matter` smoother...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant