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

Commits on Jun 27, 2019

  1. feat(browser): support browsers as well as node

    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 committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    be9001e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8368569 View commit details
    Browse the repository at this point in the history
  3. Finish rename

    nicojs committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    0ab4108 View commit details
    Browse the repository at this point in the history
  4. d

    nicojs committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    4ec875d View commit details
    Browse the repository at this point in the history