console-message-v2

Rich text console logging

נכון ליום 04-09-2019. ראה הגרסה האחרונה.

אין להתקין סקריפט זה ישירות. זוהי ספריה עבור סקריפטים אחרים // @require https://update.greasyforks.org/scripts/389748/730537/console-message-v2.js

יוצר
spiralx
גרסה
2.0.0
נוצר
04-09-2019
עודכן
04-09-2019
Size
13.3 קילו-בייט
רישיון
לא זמין

console-message-v2.js - rich-text console logging

Revamped version of library written using ES6 and with some added functionality.

Based on the original console.message library (the old version can be @required as a library from here still).

Example
console.message()
  .span({ color: 'red' })
    .text('this is red! ')
    .text('this is green! ', { color: 'green' })
    .text('this is again red!')
  .line('info')
  .object(console)
  .trace()
  .line()
  .element(document.body)
  .print()
长期地址
遇到问题?请前往 GitHub 提 Issues。