This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
336 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,13 @@ npm install label-studio | |
|
||
```xhtml | ||
<!-- Include Label Studio stylesheet --> | ||
<link href="https://unpkg.com/[email protected].1/build/static/css/main.0a1ce8ac.css" rel="stylesheet"> | ||
<link href="https://unpkg.com/[email protected].3/build/static/css/main.09b8161e.css" rel="stylesheet"> | ||
|
||
<!-- Create the Label Studio container --> | ||
<div id="label-studio"></div> | ||
|
||
<!-- Include the Label Studio library --> | ||
<script src="https://unpkg.com/[email protected].1/build/static/js/main.3ee35cc9.js"></script> | ||
<script src="https://unpkg.com/[email protected].3/build/static/js/main.e963e015.js"></script> | ||
|
||
<!-- Initialize Label Studio --> | ||
<script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
{ | ||
"main.css": "/static/css/main.0a1ce8ac.css", | ||
"main.js": "/static/js/main.3ee35cc9.js", | ||
"main.js.map": "/static/js/main.3ee35cc9.js.map", | ||
"static/css/main.0a1ce8ac.css.map": "/static/css/main.0a1ce8ac.css.map", | ||
"index.html": "/index.html", | ||
"precache-manifest.0d9b98aa923f2b8f03a9e5c35ae50505.js": "/precache-manifest.0d9b98aa923f2b8f03a9e5c35ae50505.js", | ||
"service-worker.js": "/service-worker.js" | ||
"files": { | ||
"main.css": "/static/css/main.09b8161e.css", | ||
"main.js": "/static/js/main.e963e015.js", | ||
"main.js.map": "/static/js/main.e963e015.js.map", | ||
"index.html": "/index.html", | ||
"precache-manifest.83c9633792aeb3b75a607097c7caa55c.js": "/precache-manifest.83c9633792aeb3b75a607097c7caa55c.js", | ||
"service-worker.js": "/service-worker.js", | ||
"static/css/main.09b8161e.css.map": "/static/css/main.09b8161e.css.map", | ||
"static/js/main.e963e015.js.LICENSE.txt": "/static/js/main.e963e015.js.LICENSE.txt" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.09b8161e.css", | ||
"static/js/main.e963e015.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Roboto Mono" rel="stylesheet"/><link href="//fonts.googleapis.com/css?family=Dosis:500&text=LabelStudio" rel="stylesheet"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="stylesheet" href="/styles/main.css"><title>Label Studio</title><link href="/static/css/main.0a1ce8ac.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="header"><a id="logo" href="/"><img src="./images/ls_logo.png" alt="label studio logo"> <span style="font-size:1.2em">Label Studio</span></a><ul id="nav"><li><a style="margin-right:1em;text-decoration:underline" href="https://labelstud.io/guide">Guide</a></li><li><a class="github-button" href="https://github.com/heartexlabs/label-studio" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star heartexlabs/label-studio on GitHub"><img src="./images/GitHub-Mark-64px.png" height="25"/></a></li></ul></div><div id="ls-container"><div id="label-studio"></div></div><footer class="footer">Made by <a target="_blank" href="https://heartex.net">Heartex</a> in San Francisco<br/><br/><img src="./images/3nowhite.svg" height="80"/></footer><script>!function(d,o){d.domReady=function(n,a){o.addEventListener&&o.addEventListener("DOMContentLoaded",function e(t){o.removeEventListener("DOMContentLoaded",e),n.call(a||d,t)})||o.attachEvent&&o.attachEvent("onreadystatechange",function e(t){"complete"===o.readyState&&(o.detachEvent("onreadystatechange",e),n.call(a||d,t))})}}(window,document)</script><script>domReady(function(){new LabelStudio("label-studio",{description:"Description",interfaces:["panel","update","controls","side-column","completions:menu","completions:add-new","completions:delete","predictions:menu"],task:{completions:[],predictions:[],id:1,data:{image:"https://htx-misc.s3.amazonaws.com/opensource/label-studio/examples/images/nick-owuor-astro-nic-visuals-wDifg5xc9Z4-unsplash.jpg"}}})})</script><script src="/static/js/main.3ee35cc9.js"></script></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Roboto Mono" rel="stylesheet"/><link href="//fonts.googleapis.com/css?family=Dosis:500&text=LabelStudio" rel="stylesheet"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="stylesheet" href="/styles/main.css"><title>Label Studio</title><link href="/static/css/main.09b8161e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="header"><a id="logo" href="/"><img src="./images/ls_logo.png" alt="label studio logo"> <span style="font-size:1.2em">Label Studio</span></a><ul id="nav"><li><a style="margin-right:1em;text-decoration:underline" href="https://labelstud.io/guide">Guide</a></li><li><a class="github-button" href="https://github.com/heartexlabs/label-studio" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star heartexlabs/label-studio on GitHub"><img src="./images/GitHub-Mark-64px.png" height="25"/></a></li></ul></div><div id="ls-container"><div id="label-studio"></div></div><footer class="footer">Made by <a target="_blank" href="https://heartex.net">Heartex</a> in San Francisco<br/><br/><img src="./images/3nowhite.svg" height="80"/></footer><script>!function(e,t){e.domReady=function(n,a){t.addEventListener&&t.addEventListener("DOMContentLoaded",(function d(o){t.removeEventListener("DOMContentLoaded",d),n.call(a||e,o)}))||t.attachEvent&&t.attachEvent("onreadystatechange",(function d(o){"complete"===t.readyState&&(t.detachEvent("onreadystatechange",d),n.call(a||e,o))}))}}(window,document)</script><script>domReady((function(){new LabelStudio("label-studio",{description:"Description",interfaces:["panel","update","controls","side-column","completions:menu","completions:add-new","completions:delete","predictions:menu"],task:{completions:[],predictions:[],id:1,data:{image:"https://htx-misc.s3.amazonaws.com/opensource/label-studio/examples/images/nick-owuor-astro-nic-visuals-wDifg5xc9Z4-unsplash.jpg"}}})}))</script><script src="/static/js/main.e963e015.js"></script></body></html> |
14 changes: 0 additions & 14 deletions
14
build/precache-manifest.0d9b98aa923f2b8f03a9e5c35ae50505.js
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
build/precache-manifest.83c9633792aeb3b75a607097c7caa55c.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
self.__precacheManifest = (self.__precacheManifest || []).concat([ | ||
{ | ||
"revision": "a64a52e2fb493894832ff4e0a1e75a03", | ||
"url": "/index.html" | ||
}, | ||
{ | ||
"revision": "7a2bfc0d4fe662676631", | ||
"url": "/static/css/main.09b8161e.css" | ||
}, | ||
{ | ||
"revision": "7a2bfc0d4fe662676631", | ||
"url": "/static/js/main.e963e015.js" | ||
}, | ||
{ | ||
"revision": "5a68f21b3cb3c487a0a1de2274234479", | ||
"url": "/static/js/main.e963e015.js.LICENSE.txt" | ||
} | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,265 @@ | ||
/* | ||
object-assign | ||
(c) Sindre Sorhus | ||
@license MIT | ||
*/ | ||
|
||
/*! | ||
Copyright (c) 2017 Jed Watson. | ||
Licensed under the MIT License (MIT), see | ||
http://jedwatson.github.io/classnames | ||
*/ | ||
|
||
/*! | ||
* The buffer module from node.js, for the browser. | ||
* | ||
* @author Feross Aboukhadijeh <http://feross.org> | ||
* @license MIT | ||
*/ | ||
|
||
/*! | ||
* index-of <https://github.com/jonschlinkert/index-of> | ||
* | ||
* Copyright (c) 2014-2015 Jon Schlinkert. | ||
* Licensed under the MIT license. | ||
*/ | ||
|
||
/*! | ||
* wavesurfer.js 3.3.3 (2020-04-16) | ||
* https://github.com/katspaugh/wavesurfer.js | ||
* @license BSD-3-Clause | ||
*/ | ||
|
||
/*! | ||
* wavesurfer.js cursor plugin 3.3.3 (2020-04-16) | ||
* https://github.com/katspaugh/wavesurfer.js | ||
* @license BSD-3-Clause | ||
*/ | ||
|
||
/*! | ||
* wavesurfer.js regions plugin 3.3.3 (2020-04-16) | ||
* https://github.com/katspaugh/wavesurfer.js | ||
* @license BSD-3-Clause | ||
*/ | ||
|
||
/*! | ||
* wavesurfer.js timeline plugin 3.3.3 (2020-04-16) | ||
* https://github.com/katspaugh/wavesurfer.js | ||
* @license BSD-3-Clause | ||
*/ | ||
|
||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use | ||
this file except in compliance with the License. You may obtain a copy of the | ||
License at http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
|
||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
***************************************************************************** */ | ||
|
||
/*! ./ajax */ | ||
|
||
/*! ./drawer */ | ||
|
||
/*! ./drawer.canvasentry */ | ||
|
||
/*! ./drawer.multicanvas */ | ||
|
||
/*! ./extend */ | ||
|
||
/*! ./fetch */ | ||
|
||
/*! ./frame */ | ||
|
||
/*! ./get-id */ | ||
|
||
/*! ./max */ | ||
|
||
/*! ./mediaelement */ | ||
|
||
/*! ./mediaelement-webaudio */ | ||
|
||
/*! ./min */ | ||
|
||
/*! ./observer */ | ||
|
||
/*! ./peakcache */ | ||
|
||
/*! ./prevent-click */ | ||
|
||
/*! ./request-animation-frame */ | ||
|
||
/*! ./style */ | ||
|
||
/*! ./util */ | ||
|
||
/*! ./util/get-id */ | ||
|
||
/*! ./util/style */ | ||
|
||
/*! ./webaudio */ | ||
|
||
/*! debounce */ | ||
|
||
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */ | ||
|
||
/*! no static exports found */ | ||
|
||
/*!***********************!*\ | ||
!*** ./src/drawer.js ***! | ||
\***********************/ | ||
|
||
/*!*************************!*\ | ||
!*** ./src/util/max.js ***! | ||
\*************************/ | ||
|
||
/*!*************************!*\ | ||
!*** ./src/util/min.js ***! | ||
\*************************/ | ||
|
||
/*!*************************!*\ | ||
!*** ./src/webaudio.js ***! | ||
\*************************/ | ||
|
||
/*!**************************!*\ | ||
!*** ./src/peakcache.js ***! | ||
\**************************/ | ||
|
||
/*!**************************!*\ | ||
!*** ./src/util/ajax.js ***! | ||
\**************************/ | ||
|
||
/*!***************************!*\ | ||
!*** ./src/util/fetch.js ***! | ||
\***************************/ | ||
|
||
/*!***************************!*\ | ||
!*** ./src/util/frame.js ***! | ||
\***************************/ | ||
|
||
/*!***************************!*\ | ||
!*** ./src/util/index.js ***! | ||
\***************************/ | ||
|
||
/*!***************************!*\ | ||
!*** ./src/util/style.js ***! | ||
\***************************/ | ||
|
||
/*!***************************!*\ | ||
!*** ./src/wavesurfer.js ***! | ||
\***************************/ | ||
|
||
/*!****************************!*\ | ||
!*** ./src/util/extend.js ***! | ||
\****************************/ | ||
|
||
/*!****************************!*\ | ||
!*** ./src/util/get-id.js ***! | ||
\****************************/ | ||
|
||
/*!*****************************!*\ | ||
!*** ./src/mediaelement.js ***! | ||
\*****************************/ | ||
|
||
/*!******************************!*\ | ||
!*** ./src/plugin/cursor.js ***! | ||
\******************************/ | ||
|
||
/*!******************************!*\ | ||
!*** ./src/util/observer.js ***! | ||
\******************************/ | ||
|
||
/*!***********************************!*\ | ||
!*** ./src/drawer.canvasentry.js ***! | ||
\***********************************/ | ||
|
||
/*!***********************************!*\ | ||
!*** ./src/drawer.multicanvas.js ***! | ||
\***********************************/ | ||
|
||
/*!***********************************!*\ | ||
!*** ./src/util/prevent-click.js ***! | ||
\***********************************/ | ||
|
||
/*!**************************************!*\ | ||
!*** ./src/mediaelement-webaudio.js ***! | ||
\**************************************/ | ||
|
||
/*!****************************************!*\ | ||
!*** ./node_modules/debounce/index.js ***! | ||
\****************************************/ | ||
|
||
/*!*********************************************!*\ | ||
!*** ./src/util/request-animation-frame.js ***! | ||
\*********************************************/ | ||
|
||
/*!Please JS v0.4.2, Jordan Checkman 2014, Checkman.io, MIT License, Have fun.*/ | ||
|
||
/** @license React v0.13.6 | ||
* scheduler.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v0.19.1 | ||
* scheduler.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v0.20.4 | ||
* react-reconciler.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v16.13.1 | ||
* react-dom.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v16.13.1 | ||
* react-is.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v16.13.1 | ||
* react.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license mobx-react v5.4.4 | ||
* index.module.js | ||
* | ||
* Copyright (c) 2015 Michel Weststrate. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters