Hey Vladimir, We're actually trying to avoid larger bundled packages as earlier projects (most notably Annotator.js) proved that the "kitchen sink" approach runs into problems with something as idiosyncratic as annotation.
The plan currently is to ship these little modules along with a few wrapping libraries for gluing them together--mostly centered around the DOM and the Web Annotation Data Model specification. We also plan to build demos for the site--there's the beginnings of one in the repo--but those shouldn't/wouldn't be considered the foundation of a larger project...just proof of how the smaller libraries can be assembled and used. The hope here is that these libraries can then form a consistent foundation despite UX needs varying drastically (as they do). Is there a library or distribution package you were expecting to see, but didn't? Thanks, Vladimir! Benjamin -----Original Message----- From: Randall Leeds [mailto:[email protected]] Sent: Monday, November 13, 2017 1:44 PM To: [email protected] Subject: Re: Final project deployment Vladimir, I do not think we know the answer to this yet. A convenience package might make sense, but I cannot say how exactly we will ship. On Thu, Nov 9, 2017 at 2:36 AM Zemtsov, Vladimir - Moscow < [email protected]> wrote: > Hi > > I have a questions about deployment > The project now is built with lerna and includes multiple independent > projects (project per package): > Will that be a single npm package in the end that each can simply > include in their bundle or each of the package will be supported and > included independently? > > Thanks, > Vladimir > >
