1
#
javascript-frameworks
Here are 13 public repositories matching this topic...
Easy to use, high level framework in Kotlin for front-end web-development
javascript
css
kotlin
html
front-end
frontend
single-page-app
javascript-framework
single-page-applications
kotlin-js
javascript-frameworks
-
Updated
Feb 5, 2022 - Kotlin
FrontEnd chronology of javascript frameworks and libraries
-
Updated
Jan 18, 2021 - CSS

-
Updated
Apr 29, 2022 - JavaScript
An API first distribution and an option of multiple responsive JS front-ends.
-
Updated
May 1, 2021
Javascript notes and Program from Basic
javascript
javascript-framework
javascript-library
javascript-tools
javascript-game
javascript-es6
javascript-frameworks
-
Updated
May 30, 2021 - HTML
JavaScript frameworks for building desktop-quality web applications and production server applications
-
Updated
Mar 15, 2022 - JavaScript
A curated list of awesome frameworks of Programming languages
-
Updated
Mar 12, 2021
Wrapped User Experience - A Javascript library to build component based user interface.
javascript
typescript
web
javascript-framework
web-ui
javascript-library
user-interface
javascript-applications
web-ui-framework
javascript-components
wux
javascript-frameworks
javascript-frontend
-
Updated
Sep 30, 2021 - TypeScript
Combines jaid-logger, essential-config, got, koa and sequelize.
javascript
utility
koa
library
framework
orm
core
javascript-framework
personal
winston
sequelize
lib
util
js-framework
javascript-frameworks
jaid-logger
jaid-core
-
Updated
Apr 9, 2022 - JavaScript
Just an assignment submission for Azure missions.
-
Updated
Apr 29, 2022 - TypeScript
This is my take on Codecademy's ticket purchase form created with Vue. Playing around with templates, directives and re-usable components.
-
Updated
Sep 3, 2020 - HTML
-
Updated
Mar 27, 2022 - JavaScript
Improve this page
Add a description, image, and links to the javascript-frameworks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the javascript-frameworks topic, visit your repo's landing page and select "manage topics."
In line 4 of image.ts, the type
ImageOptions
is set to be the same asVisualOptions
, when it really should be the same asVisualSourceOptions
.VisualSourceOptions
includes necessary fields for visual layers with an HTML element as its source. We just need to use this type instead ofVisualOptions
.