svelte-log-view

6.3.45 • Public • Published

Svelte v5 npm License bundlejs downloads GitHub Issues Build Status Styled with prettier Commitizen friendly Known Vulnerabilities Coverage Status Tested with TestCafe

svelte-log-view

show log content

Example

Check out the code in the tests/app folder, or the live example.

  const source = {
    abort: async () => { }, //abort data fetching
    fetch: async function * f(cursor, number) // fetch entries starting after cursor
    { yield "my log entry 1"; yield "my log entry 2"; }
  };

Or the live example.

API

Table of Contents

install

With npm do:

npm install svelte-log-view

With yarn do:

yarn add svelte-log-view

license

BSD-2-Clause

Package Sidebar

Install

npm i svelte-log-view

Weekly Downloads

73

Version

6.3.45

License

0BSD

Unpacked Size

10.5 kB

Total Files

6

Last publish

Collaborators

  • arlac77