WIP. Video quality Calculator is mostly done
Showing
.gitignore
0 → 100644
build.js
0 → 100644
This diff is collapsed.
Click to expand it.
index.js
0 → 100644
This diff is collapsed.
Click to expand it.
pack.develop.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "lamur", | |||
| "version": "0.1.0", | |||
| "main": "bin/index.js", | |||
| "dependencies": { | |||
| "@babel/plugin-transform-runtime": "^7.8.3", | |||
| "dotenv": "^8.2.0", | |||
| "express": "^4.17.1", | |||
| "node-async-router": "^0.0.2", | |||
| "node-sass": "^4.13.1", | |||
| "observable-sequence": "^0.0.4", | |||
| "recursive-watch": "^1.1.4", | |||
| "terser": "^4.6.3", | |||
| "yargs": "^15.1.0" | |||
| }, | |||
| "scripts": { | |||
| "start": "node index.js", | |||
| "test": "mocha", | |||
| "build": "node build.js", | |||
| "serve-production": "node buildServe.js", | |||
| "webpack": "webpack" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/core": "^7.8.3", | |||
| "@babel/plugin-transform-modules-amd": "^7.8.3", | |||
| "@babel/plugin-transform-react-jsx": "^7.8.3", | |||
| "@babel/plugin-transform-typescript": "^7.8.3", | |||
| "@babel/preset-env": "*", | |||
| "@babel/template": "^7.8.3", | |||
| "babel-plugin-module-resolver": "^4.0.0", | |||
| "babel-preset-es2015": "*", | |||
| "chai": "^4.2.0", | |||
| "compression": "^1.7.4", | |||
| "gulp": "^4.0.2", | |||
| "gulp-babel": "*", | |||
| "gulp-plumber": "*", | |||
| "mocha": "^7.0.1", | |||
| "browserify": "*", | |||
| "core-js": "^3.6.4" | |||
| } | |||
| } |
public/Literata-Italic-VariableFont_wght.ttf
0 → 100644
File added
public/Literata-VariableFont_wght.ttf
0 → 100644
File added
src/2D/Point.js
0 → 100644
src/blog.html
0 → 100644
src/cmp/Checkbox/Checkbox.jsx
0 → 100644
src/cmp/Component.jsx
0 → 100644
src/cmp/List/List.jsx
0 → 100644
src/cmp/PlainSelect/PlainSelect.jsx
0 → 100644
src/cmp/Radio/Radio.jsx
0 → 100644
src/cmp/Slider/Slider.jsx
0 → 100644
src/cmp/Table/Table.jsx
0 → 100644
src/cmp/dropdownField/DropdownField.jsx
0 → 100644
src/cmp/dropdownField/dropdownField.scss
0 → 100644
src/core/DOM.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/core/LivestReloading.js
0 → 100644
src/core/Localizer.js
0 → 100644
src/core/Observer.js
0 → 100644
src/core/Path.js
0 → 100644
src/core/Random.Seeded.js
0 → 100644
src/core/Require.js
0 → 100644
src/core/Route.js
0 → 100644
src/core/data/Transform.js
0 → 100644
src/core/data/nameList.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/core/data/store/Store.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/data/events.js
0 → 100644
src/data/fictionalEvents.js
0 → 100644
src/global-styles/base.scss
0 → 100644
src/global-styles/fonts.scss
0 → 100644
src/global-styles/mixins.scss
0 → 100644
src/global-styles/typography.scss
0 → 100644
src/global-styles/variables.scss
0 → 100644
src/helpers/rand.js
0 → 100644
src/index.html
0 → 100644
src/main.jsx
0 → 100644
src/main.scss
0 → 100644
src/model/Store.jsx
0 → 100644
src/posts/VideoCalculator.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/posts/post.jsx
0 → 100644
src/svg/arr-back.svg
0 → 100644
src/svg/arr.svg
0 → 100644
src/svg/arrow_active-back.svg
0 → 100644
src/svg/arrow_active.svg
0 → 100644
src/svg/check.svg
0 → 100644
src/svg/cross.svg
0 → 100644
src/svg/edit.svg
0 → 100644
src/svg/eye.svg
0 → 100644
src/svg/eye_no.svg
0 → 100644
src/svg/forward.svg
0 → 100644
src/svg/ic_404.svg
0 → 100644
src/svg/ic_active.svg
0 → 100644
src/svg/ic_add.svg
0 → 100644
src/svg/ic_add_cat.svg
0 → 100644
src/svg/ic_archive.svg
0 → 100644
src/svg/ic_attention.svg
0 → 100644
src/svg/ic_birth.svg
0 → 100644
src/svg/ic_calendar.svg
0 → 100644
src/svg/ic_check.svg
0 → 100644
src/svg/ic_close.svg
0 → 100644
src/svg/ic_content.svg
0 → 100644
src/svg/ic_delete.svg
0 → 100644
src/svg/ic_done.svg
0 → 100644
src/svg/ic_download.svg
0 → 100644
src/svg/ic_edit.svg
0 → 100644
src/svg/ic_exit.svg
0 → 100644
src/svg/ic_filter.svg
0 → 100644
src/svg/ic_graduate.svg
0 → 100644
src/svg/ic_inactive.svg
0 → 100644
src/svg/ic_location.svg
0 → 100644
src/svg/ic_name.svg
0 → 100644
src/svg/ic_phone.svg
0 → 100644
src/svg/ic_pict.svg
0 → 100644
src/svg/ic_plus.svg
0 → 100644
src/svg/ic_position.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/svg/ic_search.svg
0 → 100644
src/svg/ic_sms.svg
0 → 100644
src/svg/ic_sort.svg
0 → 100644
src/svg/ic_spin.svg
0 → 100644
src/svg/ic_users.svg
0 → 100644
src/svg/icon-base.svg
0 → 100644
src/svg/icon-questions.svg
0 → 100644
src/svg/icon-result.svg
0 → 100644
src/svg/icon-test.svg
0 → 100644
src/svg/icon-testing.svg
0 → 100644
src/svg/icon-trial.svg
0 → 100644
src/svg/info.svg
0 → 100644
src/svg/link.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/svg/links.svg
0 → 100644
src/svg/logout.svg
0 → 100644
src/svg/next.svg
0 → 100644
src/svg/percent.svg
0 → 100644
src/svg/user.svg
0 → 100644
src/text/String.Capitalize.jsx
0 → 100644
src/text/String.TextFilter.jsx
0 → 100644
src/text/String.Typography.jsx
0 → 100644
src/view/cmp/field/Field.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/cmp/field/Input.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/cmp/field/LabeledField.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/cmp/field/PhoneInput.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/cmp/field/phoneField.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/cmp/table/Table.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
File moved
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment