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

feat(browser): support browsers as well as node #8

Merged
merged 4 commits into from
Jun 27, 2019

Conversation

nicojs
Copy link
Owner

@nicojs nicojs commented Jun 27, 2019

Use direct es import import typedHtml from './node_modules/typed-html/dist/elements.js' or use a bare import (import typedHtml from 'typed-html'`) with a bundler like rollup.

BREAKING CHANGE: emitted new lines in strings are no longer platform dependent. \n is now always used.

Use direct es import `import typedHtml from './node_modules/typed-html/dist/elements.js' or use a bare import (`import typedHtml from 'typed-html'`) with a bundler like rollup.

BREAKING CHANGE: emitted new lines in strings are no longer platform dependent. `\n` is now always used.
@nicojs nicojs merged commit 0493b92 into master Jun 27, 2019
@nicojs nicojs deleted the feat/support-browser branch June 27, 2019 06:30
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